# 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](camera-api/) page for more information.   ##### Syntax ``` wasm 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.