Any ideas on how to troubleshoot camex.takepicture? It locks up on me every 5th picture or so, sometimes first time, just seems very random.
I have been using ACL for a while with a number of users and no issues. I do want to get rid of ACL and move to this for the front camera.
There is no error, nothing in debug log. Everything just stops. I am using the sample app with a few edits. Other than that, it is working fine.
Sub btnTakePicture_Click
Log("take picture start")
camEx.TakePicture
Log("take picture end")
' camEx.StopPreview
End Sub