Skip to content

Photo Feature - SDK API

Note: The Photo feature is still in BETA testing stage.
To apply for testing the Photo feature, please register for the Early Access Program.

The Photo feature enables to take an photo with your scanner to support your daily workflow quality. This feature is only available using the SDK integration.

Take Photo commands, like all commands that trigger an action on a scanner, are queued in Insight Mobile by default.
By providing a special flag in PgCommandParams, this behaviour can be changed to replace the queue with the new command.
To learn more, see Queueing Behavior.

To integrate the Photo feature via Intent or SDK API, test the API with an existing app, or build out the feature's functionalities yourself, check out the Sample app's code in our GitHub repository.