GetRawCameraImage

this Interface will let you register with callbacks for retrieving raw camera image.

Declaration

interface GetRawCameraImage

Topics

Methods

public void receivedGetRawCameraImage(String image)

When the image is captured successfull then this callback will be triggered

Parameters:

-image: path where image is saved.

public void failed()

If there is any error while saving the image than this callback will be triggered

If at any point you need help from the Passio team, please reach out to us at support@passiolife.com

Last updated