fsCameraAcquire

The fsCameraAcquire function is used to acquire the add-on camera. Note that the camera may not be immediately useable on acquisition, as it may be under simulation control. Please see the main Camera API page for more information.

 

Syntax
bool fsCameraAcquire();

 

Members

N/A

 

Return Values

The function returns false if it was not possible to acquire the add-on camera, otherwise it will return true.

 

Remarks

The simulation will notify the subscribed clients that the camera has been acquired.

 

Related Topics

  1. WebAssembly
  2. Camera API

0/255