AngelSpeaks
Well-known member
- Local time
- Yesterday, 23:51
- Joined
- Oct 21, 2021
- Messages
- 687
Hi Guys,
I'm working on a project that would be like a mini photobooth. I copied code from two different sources (Cheap Alternative to Access Imagine and other posts). So far, so good. I did try to use AccessImagine but I couldn't get it to do what I want and it kept hanging up the database (I wanted to turn off the buttons so that the only option was to take a photo, but the you tube I found that worked for him isn't working for me.)
I want the user to be able to just click a button to take a photo without worrying about selecting the camera for the video format. The selecting of the camera is resolved, but what is left is the setting of the video format. From my research I learned that BITMAPINFO and WM_CAP_GET_VIDEOFORMAT will give me what I need instead of WM_CAP_DLG_VIDEOFORMAT which displays a dialog box to choose. I want to save the options from the fist GET_VIDEOFORMAT and set them via VBA.
Thanks!
I'm working on a project that would be like a mini photobooth. I copied code from two different sources (Cheap Alternative to Access Imagine and other posts). So far, so good. I did try to use AccessImagine but I couldn't get it to do what I want and it kept hanging up the database (I wanted to turn off the buttons so that the only option was to take a photo, but the you tube I found that worked for him isn't working for me.)
I want the user to be able to just click a button to take a photo without worrying about selecting the camera for the video format. The selecting of the camera is resolved, but what is left is the setting of the video format. From my research I learned that BITMAPINFO and WM_CAP_GET_VIDEOFORMAT will give me what I need instead of WM_CAP_DLG_VIDEOFORMAT which displays a dialog box to choose. I want to save the options from the fist GET_VIDEOFORMAT and set them via VBA.
Thanks!
Last edited: