Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebCam Controls
Message
 
To
01/03/2006 11:42:51
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01095615
Message ID:
01100753
Views:
9
>Sir tnx for the link ... i've already tied the codes but could you help me how to save those frames , i mean how to save those captured pix. Please teach me how.. Our defense is bound next week , i'll be grateful if you could help me .. tnx

Did you read whole post?
At the end there is a method how to save captured stream into BMP writem by Bryan Walton. Here it is:
By implementing the code below into the getframe method
the captured frame will save to a bmp file when the getframe
button is clicked.

#DEFINE WM_CAP_FILE_SAVEDIB (WM_CAP_START + 25)

LOCAL lcFile
lcFile = "" && File name to create
lcFile = "c:\temp\sample.bmp"

THIS.msg(WM_CAP_GRAB_FRAME, 0,0)
THIS.msg(WM_CAP_FILE_SAVEDIB, 0, lcFile,1)

-- Bryan Walton
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform