SOLVED: Virtual Camera hidden controls?
Posted: Thu Feb 09, 2017 10:15 pm
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
2- my pictures were coming out of focus, so I tried
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?
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
Code: Select all
cameraControlSet "myFirstCamera", "autofocus",true
Is it possible or am I hallucinating?
Any other hidden controls?