can_take_image <boolean>
Parameters
boolean either true or false
Returns
200
, if command succeeded, else refer to error codes
Description
Tells EYE+ XTD that it can acquire an image. This command should be called when the field of view is clear of any object that could obstruct the image acquisition.
can_take_image false disable the image acquisition.
can_take_image true enable the image acquisition.
Note
If image acquisition is blocked when a get_part or prepare_part command is called, the command
waits until image acquisition is reactivated. Note that if the timeout is set to 0.0
,
the get_part command will still be interrupted by a 30-second timeout if can_take_image remains set to
false for more than 30 seconds.
Note
By default, can_take_image is true.
Usage example
can_take_image true
200