A question that has probably been asked before … can you access a USB webcam directly from the VB Macros in Base?
I have LibreOffice 5.3 which I know comes with the Access2Base extension. I would like, from within my Base form to press a button and capture a webcam image directly into my form.
I have found a nice bit of Access VBA code which allows a WIA compliant camera to be accessed by Macro and perform this very function.
The WIA camera is referenced as
DIM wDevice as WIA.Device
Unfortunately, in Base, the Macro gives an error on load … it doesn’t like the “Device” part of WIA.Device.
Anybody know if Access2Base supports accessing WIA devices programmatically and if so, how the camera is referenced?