disable_color_camera(camera_name)
- 1 Minute to read
disable_color_camera(camera_name)
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Disable the specified camera.
Reference
Arguments
Argument | Type | |
---|---|---|
camera_name | string | Name of the camera to disable, see the list of cameras |
Return
None
Exceptions
Exception | Condition |
---|---|
RayaInvalidCameraName | Invalid camera name. |
RayaCameraNotEnabled | Selected camera is not currently enabled. |
See the complete list of Raya Exceptions.
Was this article helpful?