Returns the current valid range for camera's ISO (see ISO). Returns null if current camera does not support any ISO value or the camera is disconnected. @return A CameraISO array. Each element represents one current supported ISO value.
Returns the current valid range for camera's shutter speed (see ShutterSpeed). Returns null if current camera does not support any shutter speed value or the camera is disconnected. @return Array of CameraShutterSpeed. Each element represents one current supported shutter speed value.
Returns the current valid range for camera's aperture (see Aperture). Returns null if current camera does not support any aperture value or the camera is disconnected. @return Array of CameraAperture. Each element represents one current supported aperture value.
Returns the current valid range for camera's exposure compensation (see ExposureCompensation). Returns null if current camera does not support any exposure compensation value or the camera is disconnected. @return Array of CameraExposureCompensation. Each element represents one current supported exposure compensation value.
Returns the current valid range for video resolution CameraVideoResolution and frame rate VideoFrameRate. Returns null if the current camera does not support any video resolution or frame rate setting, or if the camera is disconnected.
Returns the current valid range for thermal camera's palette (see ThermalPalette). Returns nil if current thermal camera has not supported palette or the thermal camera is disconnected.