Hi, I was having a hard time to take good pictures using Virtual Camera and I guess I've discovered some undocumented stuff:
1- my pictures were coming dark and after inserting a "Wait" command they improved a lot
Code: Select all
cameraControlDo "myFirstCamera", "takePicture"
wait for 1 seconds
2- my pictures were coming out of focus, so I tried
Code: Select all
cameraControlSet "myFirstCamera", "autofocus",true
and it seems to be working, at least the IDE doesn't throw any error.
Is it possible or am I hallucinating?
Any other hidden controls?

- Virtual Camera: Wait + Autofocus

- Real Camera: iPhone Camera

- Virtual Camera: no Wait & no Autofocus