fsCameraDisableFlag
The fsCameraDisableFlag function can be used to disable camera specific features, but only if the camera has been correctly acquired.
Syntax
bool fsCameraDisableFlag(
int flag
);
Members
| Parameters | Description |
|---|---|
flag |
This is one or more of the FsCameraFlag enum members, merged using bitwise "or" to create a bitmask which flags specific camera options as disabled. |
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.
Remarks
N/A
Related Topics
0/255