List of usage examples for org.opencv.android CameraBridgeViewBase subclass-usage
From source file com.wallerlab.compcellscope.MultiModeView.java
public class MultiModeView extends CameraBridgeViewBase implements PreviewCallback { private static final int MAGIC_TEXTURE_ID = 10; private static final String TAG = "JavaCameraView"; private byte mBuffer[];
From source file com.wallerlab.compcellscope.surfaceviews.PortraitCameraView.java
public class PortraitCameraView extends CameraBridgeViewBase implements PreviewCallback { private static final int MAGIC_TEXTURE_ID = 10; private static final String TAG = "JavaCameraView"; private byte mBuffer[];
From source file to.augmented.reality.android.aremu.opencv.EmulatorCameraView.java
/**
OpenCV4Android provides an Android View which users can use in their user interfaces which provides
camera preview and display facilities by using the Android Camera class and which is based
on an abstract class called CameraBridgeViewBase. EmulatorCameraView is an ARem supplied class which
is also derived from CameraBridgeViewBase and provides view that utilises the ARCamera class instead of the Android
Camera class. This is implemented in a separate module to avoid making the base functionality in the AARemu framework