set Tracking Mode
abstract fun setTrackingMode(cameraId: String, trackingMode: String): Boolean
Content copied to clipboard
Sets tracking mode of the given camera.
Return
Whether successfully set the mode.
Parameters
camera Id
Camera ID whose tracking mode hsa to be set.
tracking Mode
The tracking mode to set to. Should be one of the options in availableTrackingModes
Throws
Throws for invalid camera id, or invalid #trackingMode option