History log of /development/tools/emulator/system/camera/EmulatedFakeCameraDevice.h
Revision Date Author Comments
fd1bdd611a2954bfb171548b8fa288b0319a0aa9 23-Nov-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Update supported frame sizes for fake camera. do not merge.

Camera framework requires 352x288, and 320x240 frames for video preview and video
recording. If these dimensions are missing in camera properties the camera app
may abort when entering video mode, or start video recording.

Also truned off switching fake frames, leaving only the checker board.

(cherry picked from commit 6f00e7fc48bc2ce1716a478a2cfd07832c74bca4)

Change-Id: Ic50225e1700ea3b04ae5445549548f2ffe4ae2df
4d9806f5617fdd662ca3ef79989e6274d08e7ddc 23-Nov-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Cherry-picked from 6f00e7fc in master. Do not merge.

Update supported frame sizes for fake camera

Camera framework requires 352x288, and 320x240 frames for video preview and video
recording. If these dimensions are missing in camera properties the camera app
may abort when entering video mode, or start video recording.

Also truned off switching fake frames, leaving only the checker board.

Change-Id: I63d145c967f1ba83992141ec97700f094a9d53a7
6f00e7fc48bc2ce1716a478a2cfd07832c74bca4 23-Nov-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Update supported frame sizes for fake camera

Camera framework requires 352x288, and 320x240 frames for video preview and video
recording. If these dimensions are missing in camera properties the camera app
may abort when entering video mode, or start video recording.

Also truned off switching fake frames, leaving only the checker board.

Change-Id: I63d145c967f1ba83992141ec97700f094a9d53a7
12c0b21abeea8f07cdcab3bf9a79b0791590f537 19-Oct-2011 Christine Chen <christinech@google.com> Added white balance settings to the camera Emulator.

- Added the white balance control to the fake camera.

Change-Id: I5ada253a3ae7195ca5625a3601c9e4ed819fa2cc
366396d9b001c7a1abf2b73161a9b7b05e9022ec 14-Oct-2011 Christine Chen <christinech@google.com> Added exposure compensation control for the fake camera.

Change-Id: I10bc16d9d521f82e12ff335eed29465ac08b5595
2a532ee388828120a5a11fba0087a1ed2539a159 16-Sep-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Implement "takePicture"

With this CL the camera emulator is capable of taking pictures

Change-Id: I29feea0c75a78c619aaf854a5665a24afb507ba4
49842cee0549befb6d7a4353247190820037e1c4 15-Sep-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Separate actual camera device start and frame delivery

These two tasks (starting the camera device, and starting working thread that pulls frames
from the started camera device) should be clearly separated, and should not be combined in
one method (as it was with the 'startCapturing' method).

Change-Id: I779bee924d99d9a87257c6b76791545b76795e72
5467be2eefc007ebf09baf109dafe058abc1ffc5 13-Sep-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Refactored emulated camera HAL to comply with code style

Change-Id: If57b536ae6b1f9bad4213630488591a3b3cc9fdd