I need some of your wisdom here.
I am playing with the camera using IOS, here is the code:
Code: Select all
cameraControlCreate "myCamera"
cameraControlSet "myCamera", "rect", the screenRect
cameraControlSet "myCamera", "videoDevice", "default"
cameraControlSet "myCamera", "focusMode", "continuous"
cameraControlSet "myCamera", "exposureMode", "continuous"
cameraControlSet "myCamera", "whitebalanceMode", "continuous"
cameraControlSet "myCamera", "videoDevice", "default"
cameraControlSet "myCamera", "flashMode", "auto"
How can I insert controls on top of the camera? I just can't find a way to modify the layer of the camera.
I want to put a group of controls on top of the camera. How can this be done? any ideas?
Thanks
JG