Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Enables or disables continuity camera.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ContinuityCamera | 12.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Value | Pass 1 to enable or 0 to disable. | 1 |
Returns OK or error.
Enable:
Set Variable [ $r; Value: MBS( "ContinuityCamera.SetEnabled"; 1 ) ]
Disable:
Set Variable [ $r; Value: MBS( "ContinuityCamera.SetEnabled"; 0 ) ]
This function is free to use.
Created 19th February 2022, last changed 19th February 2022