inserting a image from webcam

G

gouthambarlota

sir, I have delvoped a database software in access2000 where i need a coding
for inserting a image from webcam and saved in one click. please email me at
[email protected] thanking you
 
T

Tony_VBACoder

Have a process save the image to some folder, then save the path to the
folder in the database in a field called something like "ImagePath".

Does anyone have any VBA code examples of how to use some ActiveX control
(preferably one that comes with Office) on an Access form so that the webcam
can display what the webcam is displaying, and then have some button when
clicked, would take a picture of whatever the webcam is showing in this
ActiveX control and save it to a folder?
 
V

Victor Torres

Tony, did you manage to do this?? I'm looking for the same thing... does
anyone know how to do this??? Thanks...
 
Top