onImageCaptured method of the Callback interface
Delivers the result if the image was captured successfully.
void onImageCaptured( Result result );
Parameters
- result
- The result of the capture scenario, represented by the Result class object.
3/2/2022 12:59:15 PM