Interface CameraBridgeViewBase.CvCameraViewFrame

All Known Implementing Classes:
CameraBridgeViewBase.RotatedCameraFrame
Enclosing class:
CameraBridgeViewBase

public static interface CameraBridgeViewBase.CvCameraViewFrame
This class interface is abstract representation of single frame from camera for onCameraFrame callback Attention: Do not use objects, that represents this interface out of onCameraFrame callback!
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns single channel gray scale Mat with frame
    void
     
    This method returns RGBA Mat with frame
  • Method Details

    • rgba

      Mat rgba()
      This method returns RGBA Mat with frame
    • gray

      Mat gray()
      This method returns single channel gray scale Mat with frame
    • release

      void release()