最終更新:2014-04-28 (月) 15:42:01 (3648d)  

AOSP/frameworks/base/services/camera/libcameraservice/FakeCamera.h

FakeCamera is used in the CameraHardwareStub to provide a fake video feed
when the system does not have a camera in hardware.
The fake video is a moving black and white checkerboard background with a
bouncing gray square in the foreground.
This class is not thread-safe.

TODO: Since the major methods provides a raw/uncompressed video feed, rename
this class to RawVideoSource.

関連

  • AOSP/frameworks/base/services/camera/libcameraservice/FakeCamera.cpp?