How to show controls on top of Camera object
Posted: Wed Sep 27, 2023 6:50 pm
Hi,
I need some of your wisdom here.
I am playing with the camera using IOS, here is the code:
That Creates the Camera using the whole screen, just the way I need it.
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
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