aboutsummaryrefslogtreecommitdiffstats
path: root/android/camera
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation error with new x86_64-w64-mingw32 compilerAndrew Hsieh2012-05-021-0/+1
* Refactor HW config to use hw.camera_back, and hw.camera_front properties.Vladimir Chtchetkine2012-03-191-85/+54
* 64-bit emulatorAndrew Hsieh2012-03-131-2/+2
* Fixes camera RTE on WindowsVladimir Chtchetkine2012-02-221-1/+15
* Fix problem with using clipboard in Windows camera emulationVladimir Chtchetkine2012-02-021-20/+140
* Refactor camera parameters parsing routinesVladimir Chtchetkine2012-01-231-170/+10
* Respect 'camera' flag in AVDVladimir Chtchetkine2012-01-061-0/+6
* Fix filename typo.Koan-Sin Tan2012-01-041-1/+1
* Implements white balance and exposure compensation for emulated webcamVladimir Chtchetkine2011-12-057-80/+274
* Add 320x240 frame support for Windows and Mac camera emulationVladimir Chtchetkine2011-11-152-0/+4
* Add required frame dimensions for Win and Mac.Vladimir Chtchetkine2011-11-152-12/+22
* Fix emulator crash.Vladimir Chtchetkine2011-10-211-5/+7
* Bound loop indexVladimir Chtchetkine2011-10-211-1/+1
* Fix emulator crash caused by bad 'printf'Vladimir Chtchetkine2011-10-202-3/+3
* Implemented Mac camera emulationVladimir Chtchetkine2011-10-122-86/+549
* Fix windows buildVladimir Chtchetkine2011-09-232-2/+2
* Check that first two cameras are facing in opposite direction.Vladimir Chtchetkine2011-09-231-12/+29
* Timeout frame capturing.Vladimir Chtchetkine2011-09-236-24/+64
* Properly reset camera device between capture requestsVladimir Chtchetkine2011-09-221-9/+40
* Fix video recording on WindowsVladimir Chtchetkine2011-09-221-15/+80
* Fix captured frame pixel format on WindowsVladimir Chtchetkine2011-09-211-2/+2
* Fix NV12, and NV21 format descriptorsVladimir Chtchetkine2011-09-213-4/+20
* Print warning on invalid webcam nameVladimir Chtchetkine2011-09-211-0/+4
* Fix win/mac buildVladimir Chtchetkine2011-09-211-4/+4
* Fix Mac/Windows buildsVladimir Chtchetkine2011-09-211-0/+14
* Implements converters for BAYER pixel formatVladimir Chtchetkine2011-09-212-43/+559
* Add -webcam commandline option to control webcam emulationVladimir Chtchetkine2011-09-205-44/+186
* Refactor the converters to make them more manageableVladimir Chtchetkine2011-09-171-1151/+690
* Add support for NV21, and NV12 formatsVladimir Chtchetkine2011-09-162-0/+584
* Fixes "stop device" issue on LinuxVladimir Chtchetkine2011-09-141-0/+19
* Fix Mac buildVladimir Chtchetkine2011-09-121-1/+0
* Fix Mac buildVladimir Chtchetkine2011-09-121-0/+87
* Implements camera service in emulatorVladimir Chtchetkine2011-09-127-461/+2866
* Camera service skeletonVladimir Chtchetkine2011-09-072-0/+349
* Fix the darwin buildVladimir Chtchetkine2011-08-242-2/+5
* Fix build break: make sure darwin build picks up on required declarationsVladimir Chtchetkine2011-08-242-3/+3
* Fix the build by #ifdefing linux-only includesVladimir Chtchetkine2011-08-241-2/+4
* Video capturing code for Linux, and WindowsVladimir Chtchetkine2011-08-187-0/+1467