|
MeiCam SDK For Android
3.6.0
|
Gets information about the image. More...
Public Attributes | |
| int | frameWidth |
| Gets the width of the image in pixels. More... | |
| int | frameHeight |
| Gets the height of the image in pixels. More... | |
| int | rowPitchY |
| The number of bytes per line of UV plane. If the image format is NV21, YUV420, it is generally referred to as the Y plane. More... | |
| int | rowPitchUV |
| The number of bytes per line of UV plane. If the format is RGBA, this quantity has no meaning. More... | |
| int | pixelFormat |
| Gets the format of the image. (VIDEO_FRAME_PIXEL_FROMAT) More... | |
| long | frameTimestamp |
| Gets the timestamp of the image in microseconds. More... | |
| boolean | isRec601 |
| Whether color space is BT.601. More... | |
| boolean | isFullRangeYuv |
| Whether the yuv value range is full range(0-255) More... | |
| int | displayRotation |
| Shows the angle at which the current image needs to be rotated. More... | |
| boolean | flipHorizontally |
| Shows whether current image requires horizontal flip. More... | |
Static Public Attributes | |
Video Frame Pixel Format | |
| static final int | VIDEO_FRAME_PIXEL_FROMAT_NV21 = 0 |
| YUV 4:2:0 12bpp (2 channels, one channel is a continuous luminance channel, and the other channel is a VU component interlaced) More... | |
| static final int | VIDEO_FRAME_PIXEL_FROMAT_YUV420 = 1 |
| YUV 4:2:0 12bpp (3 channels, one luminance channel, the other two are U component and V component channels. All channels are continuous) More... | |
| static final int | VIDEO_FRAME_PIXEL_FROMAT_RGBA = 2 |
| RGBA 32bpp. More... | |
| static final int | VIDEO_FRAME_PIXEL_FROMAT_JPG_DATA = 3 |
| compress JPG data More... | |
| static final int | VIDEO_FRAME_PIXEL_FROMAT_NV12 = 4 |
| YUV 4:2:0 12bpp (2 channels, one channel is a continuous luminance channel, and the other channel is a VU component interlaced), Only used by custom video fx buddy buffer. More... | |
| static final int | VIDEO_FRAME_PIXEL_FROMAT_GRAY8 = 5 |
Gets information about the image.
Defines the relevant properties of the image, including width, height, pixel format, etc.
| int com.meicam.sdk.NvsVideoFrameInfo.displayRotation |
Shows the angle at which the current image needs to be rotated.
| boolean com.meicam.sdk.NvsVideoFrameInfo.flipHorizontally |
Shows whether current image requires horizontal flip.
| int com.meicam.sdk.NvsVideoFrameInfo.frameHeight |
Gets the height of the image in pixels.
| long com.meicam.sdk.NvsVideoFrameInfo.frameTimestamp |
Gets the timestamp of the image in microseconds.
| int com.meicam.sdk.NvsVideoFrameInfo.frameWidth |
Gets the width of the image in pixels.
| boolean com.meicam.sdk.NvsVideoFrameInfo.isFullRangeYuv |
Whether the yuv value range is full range(0-255)
| boolean com.meicam.sdk.NvsVideoFrameInfo.isRec601 |
Whether color space is BT.601.
| int com.meicam.sdk.NvsVideoFrameInfo.pixelFormat |
Gets the format of the image. (VIDEO_FRAME_PIXEL_FROMAT)
| int com.meicam.sdk.NvsVideoFrameInfo.rowPitchUV |
The number of bytes per line of UV plane. If the format is RGBA, this quantity has no meaning.
| int com.meicam.sdk.NvsVideoFrameInfo.rowPitchY |
The number of bytes per line of UV plane. If the image format is NV21, YUV420, it is generally referred to as the Y plane.
|
static |
|
static |
compress JPG data
|
static |
YUV 4:2:0 12bpp (2 channels, one channel is a continuous luminance channel, and the other channel is a VU component interlaced), Only used by custom video fx buddy buffer.
|
static |
YUV 4:2:0 12bpp (2 channels, one channel is a continuous luminance channel, and the other channel is a VU component interlaced)
|
static |
RGBA 32bpp.
|
static |
YUV 4:2:0 12bpp (3 channels, one luminance channel, the other two are U component and V component channels. All channels are continuous)
1.8.17