In CamEx2 the Camera2 PreviewTaken (Image As Object) event is commented:
'Private Sub Camera_PreviewTaken (Image As Object)
' Log(Image)
'End Sub
I tried uncommenting the Sub, but the event never happens: :(
Private Sub Camera_PreviewTaken (Image As Object)
Log("PreviewTaken")
End Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.