Search found 22 matches

by baddzs
Apr 15, 2010 15:18
Forum: Libraries Questions
Topic: FreeImage errors
Replies: 8
Views: 4500

i overwrote the 0.20 freeimage.lib with 0.18 lib and OK with 3.9.1 freeimage.dll.. But my code only read a jpg and put to screen.
by baddzs
Apr 13, 2010 0:12
Forum: Libraries Questions
Topic: FreeImage errors
Replies: 8
Views: 4500

hi all! i would like to use this code with fb 0.20b: #include "freeimage.bi" #include "crt.bi" Declare Function GetJpeg(Byval File As String) As Any Ptr Dim Image As Any Ptr ScreenRes 640, 480, 32 Image = GetJpeg("C:\telo.jpg") If Image Then Put (0, 0), Image Else Print...
by baddzs
Mar 05, 2010 15:46
Forum: Beginners
Topic: Easy Webcam - uses dll
Replies: 49
Views: 22027

can be it's a plug and play device with DirectX VideoShow only but you can test your device with this short tools too. this will use any connect cam with VFW http://www.netcamera.de/download/vidcap.zip this will use any connected cam with WDM http://www.netcamera.de/download/amcap.zip Joshy I teste...
by baddzs
Mar 02, 2010 18:28
Forum: Beginners
Topic: Easy Webcam - uses dll
Replies: 49
Views: 22027

I tried the fbvideoclass.bas, but i get errors: "Can't connect the video device [1] The equipment should be attached and switched on." or beep and nothing or full black screen. How can i use it? Thanks! if your device isn't detected as Video for Windows device the right WDM win drivers mu...
by baddzs
Mar 01, 2010 17:19
Forum: Beginners
Topic: Easy Webcam - uses dll
Replies: 49
Views: 22027

hi all! I have a fujitsu-siemens 130 portable webcam. I would like to use at maximum resolution. I tried the escapi.bi but it only worked with 320x240 hardware resolution, i changed the res to other, but the image only was stretched. In other software (webcamxp) the cam works nice at higher res... I...
by baddzs
Feb 18, 2008 17:04
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

pff... :( it's to difficult for me.. X/
i will try something...
by baddzs
Feb 17, 2008 12:37
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

hi, the size of a saved picture have to be ~ 180KB but this is: 65 290 bytes, the "disk space" is 65 536 bytes... hm.... it's interesting...
string variable can be 2GB, i can't understand, this is not the bug...
I think it is could be a size limit of a packet from server?? :]
thanks
by baddzs
Feb 16, 2008 12:48
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

hi, i'm here again...

new problem: the saved image isn't perfect, half of image is lost.. why? how can I solv the problem??? thanks!
by baddzs
Feb 05, 2008 16:34
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

there are only ip, : i type to browser this:
http://192.168.0.3:8080/cam_1.jpg
and i can see only the picture

if i type only http://192.168.0.1:8080 i can see the page , that automatic load the new jpg (15 per sec)
by baddzs
Feb 05, 2008 16:04
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

thanks!! i will try.... oh, infos: this is a LAN server, the server made by WebcamXP. Tis software makes the pictures from a webcam. And refreshing for page... And if i type to webbrowser the ip of this server i can see a page with a javascript that refreshing the jpg 15 times per second... (the 10f...
by baddzs
Feb 05, 2008 10:31
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

it works, but too slow...:(, because the refreshing of picture is 15fps...can this work faster? (more faster) ?? i tried to do a loop without same parts of prg but error error error...:(... I would like to use in real-time for robot control...
thank you again!
by baddzs
Feb 04, 2008 14:15
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

thank you very much!!
by baddzs
Feb 04, 2008 8:37
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

it works, but i can't found how can i use the get for pictures... pf.. i'am searching...
thx!
by baddzs
Feb 03, 2008 21:14
Forum: Windows
Topic: save jpg from a webserver
Replies: 20
Views: 6986

save jpg from a webserver

hi all!
I would like to save a jpg from a webserver to my pc. ip and port are fix.
This webserver is webcamXP http server and the page continuous are refreshing to load the new jpg picture in web browser.
Please help!
THX! (and I am a beginner programmer! :) )
by baddzs
Apr 19, 2007 9:41
Forum: Windows
Topic: Capture picture from composite input of VIVO vga card
Replies: 9
Views: 5002

doesn't work

Hi all again! I tried this: Declare Function FindWindow lib "user32" Alias "FindWindowA" ( _ Byval As Zstring Ptr, _ Byval As Zstring Ptr) As Integer Declare Function SendMessage lib "user32" Alias "SendMessageA" ( _ Byval hwnd As Integer, _ Byval wMsg As Inte...