Overview

To hook up the App to the V2 endpoint, a considerable amount of work needs to happen on both the RocReadaR App and the RocReada Recognition Server.

The V2 endpoint accepts an image and responds with the media associated with the image if it has been recognized. When image recognition occurs, the image must be converted into a Base64 String and sent to the V2 endpoint URL. This URL is dependent on the deployment configuration.

When success is returned, media is sent back to the mobile app. Images are sent back as Base64 Strings, with x and y coordinates to be displayed on the screen.