class FrameCapture

Defined at line 34 of file ../../src/camera/bin/camera-gym/frame_capture.h

Public Methods

void FrameCapture ()

Defined at line 24 of file ../../src/camera/bin/camera-gym/frame_capture.cc

zx_status_t Initialize ()

Must initialize before attempting to capture.

Defined at line 26 of file ../../src/camera/bin/camera-gym/frame_capture.cc

void Capture (const zx::vmo & vmo, uint32_t coded_width, uint32_t coded_height, uint32_t coded_stride, uint32_t coded_image_size)

Caller must call each time with the VMO of interest, along with the image width, height, stride

and image size. The image format is assumed to be NV12.

Defined at line 35 of file ../../src/camera/bin/camera-gym/frame_capture.cc

void ~FrameCapture ()

Defined at line 37 of file ../../src/camera/bin/camera-gym/frame_capture.h