fsCameraUnsubscribeToStatusUpdate

The fsCameraUnsubscribeToStatusUpdate function is used to unsubscribe from camera update messages.

 

Syntax
bool fsCameraUnsubscribeToStatusUpdate();

 

Members

N/A

 

Return Values

The function returns false if it was not possible to send the request. If the request was sent but failed, the specified callback will be invoked with an appropriate error code.

 

Example

Unubscribe from all camera status updates:

fsCameraUnsubscribeToStatusUpdate();

 

Remarks

N/A

 

Related Topics

  1. WebAssembly
  2. Camera API

0/255