Resource Base
Table of contents

DCEFrameListener

The interface to handle callback when previewed frame callback is returned.

interface com.dynamsoft.dce.DCEFrameListener
Methods Description
frameOutputCallback The callback method for user to implement when frame is output.

frameOutputCallback

The callback method can be triggered when frame is output.

void frameOutputCallback(DCEFrame frame, long timeStamp);

Parameters

frame: The DCEFrame object that contains the image data and further information.
timeStamp: The timeStamp that records when the frame is output.

Code Snippet

cameraEnhancer.addListener(new DCEFrameListener() {
    @Override
    public void frameOutputCallback(DCEFrame frame, long timeStamp) {
        // Add your code
    }
});

See also

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

version 2.3.11

  • Latest version
  • Version 4.x
    • Version 4.2.0
    • Version 4.0.2
    • Version 4.0.1
    • Version 4.0.0
  • Version 3.x
    • Version 3.0.3
    • Version 3.0.2
    • Version 3.0.1
    • Version 3.0.0
  • Version 2.x
    • Version 2.3.21
    • Version 2.3.20
    • Version 2.3.12
    • Version 2.3.11
    • Version 2.3.10
    • Version 2.3.5
    • Version 2.3.4
    • Version 2.3.3
    • Version 2.3.2
    • Version 2.3.1
    • Version 2.3.0
    • Version 2.1.4
    • Version 2.1.3
    • Version 2.1.1
    • Version 2.0.0
Change +