Resource Base
Table of contents

VideoFrameListener

The VideoFrameListener interface includes methods for monitoring the camera state.

Definition

Assembly: package com.dynamsoft.dce

interface VideoFrameListener

Methods

onFrameOutPut

The method for monitoring the camera state and receiving call.

void onFrameOutput(ImageData frame, long timeStamp);

Parameters

frame: The output video frame in an ImageData object.
timeStamp: The time stamp that the video frame is output.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: