aboutsummaryrefslogtreecommitdiffstats
path: root/android/camera/camera-capture.h
Commit message (Collapse)AuthorAgeFilesLines
* Implements white balance and exposure compensation for emulated webcamVladimir Chtchetkine2011-12-051-1/+7
| | | | Change-Id: Id2dbb227280f0c0e1b5708ef78b9f19b087f92d5
* Implements camera service in emulatorVladimir Chtchetkine2011-09-121-15/+43
| | | | | | | | | | | | This is fully functional camera service implementation, that works (tested) on both, Linux and Windows. Fixed little/big endian bugs in the coverter code. Moved preview frames to use RGB32 instead of RGB565: RGB32 conversions are simpler and faster in the guest. Made "payload size send" a separate routine Change-Id: I96954f4c2cb4e4ef4dd6a20e41897d79c5037bae
* Video capturing code for Linux, and WindowsVladimir Chtchetkine2011-08-181-0/+86
Contains API that connects to a camera device, and pulls video frames from it on request from the client. Change-Id: If1d80c57611afff637a7734ce5c3a2c874cfc85a