Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

PhotoListener

The PhotoListener interface defines the methods for monitoring the photo output.

Definition

Assembly: package com.dynamsoft.dce

interface PhotoListener

Methods

Method Description
onPhotoOutput The method for monitoring the photo output.

onPhotoOutput

The method for monitoring the photo output.

void onPhotoOutput(byte[] bytes);

Parameters

bytes: The captured photo as JPEG bytes.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: