public interface

PreviewView.OnFrameUpdateListener

 androidx.camera.view.PreviewView.OnFrameUpdateListener

Overview

Listener to be notified when the frame is updated.

Summary

Methods
public voidonFrameUpdate(long timestamp)

Invoked when frame updates.

Methods

public void onFrameUpdate(long timestamp)

Invoked when frame updates.

Parameters:

timestamp: sensor timestamp of this frame.