Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor HW config to use hw.camera_back, and hw.camera_front properties. | Vladimir Chtchetkine | 2012-03-19 | 1 | -85/+54 |
* | 64-bit emulator | Andrew Hsieh | 2012-03-13 | 1 | -2/+2 |
* | Fixes camera RTE on Windows | Vladimir Chtchetkine | 2012-02-22 | 1 | -1/+15 |
* | Fix problem with using clipboard in Windows camera emulation | Vladimir Chtchetkine | 2012-02-02 | 1 | -20/+140 |
* | Refactor camera parameters parsing routines | Vladimir Chtchetkine | 2012-01-23 | 1 | -170/+10 |
* | Respect 'camera' flag in AVD | Vladimir Chtchetkine | 2012-01-06 | 1 | -0/+6 |
* | Fix filename typo. | Koan-Sin Tan | 2012-01-04 | 1 | -1/+1 |
* | Implements white balance and exposure compensation for emulated webcam | Vladimir Chtchetkine | 2011-12-05 | 7 | -80/+274 |
* | Add 320x240 frame support for Windows and Mac camera emulation | Vladimir Chtchetkine | 2011-11-15 | 2 | -0/+4 |
* | Add required frame dimensions for Win and Mac. | Vladimir Chtchetkine | 2011-11-15 | 2 | -12/+22 |
* | Fix emulator crash. | Vladimir Chtchetkine | 2011-10-21 | 1 | -5/+7 |
* | Bound loop index | Vladimir Chtchetkine | 2011-10-21 | 1 | -1/+1 |
* | Fix emulator crash caused by bad 'printf' | Vladimir Chtchetkine | 2011-10-20 | 2 | -3/+3 |
* | Implemented Mac camera emulation | Vladimir Chtchetkine | 2011-10-12 | 2 | -86/+549 |
* | Fix windows build | Vladimir Chtchetkine | 2011-09-23 | 2 | -2/+2 |
* | Check that first two cameras are facing in opposite direction. | Vladimir Chtchetkine | 2011-09-23 | 1 | -12/+29 |
* | Timeout frame capturing. | Vladimir Chtchetkine | 2011-09-23 | 6 | -24/+64 |
* | Properly reset camera device between capture requests | Vladimir Chtchetkine | 2011-09-22 | 1 | -9/+40 |
* | Fix video recording on Windows | Vladimir Chtchetkine | 2011-09-22 | 1 | -15/+80 |
* | Fix captured frame pixel format on Windows | Vladimir Chtchetkine | 2011-09-21 | 1 | -2/+2 |
* | Fix NV12, and NV21 format descriptors | Vladimir Chtchetkine | 2011-09-21 | 3 | -4/+20 |
* | Print warning on invalid webcam name | Vladimir Chtchetkine | 2011-09-21 | 1 | -0/+4 |
* | Fix win/mac build | Vladimir Chtchetkine | 2011-09-21 | 1 | -4/+4 |
* | Fix Mac/Windows builds | Vladimir Chtchetkine | 2011-09-21 | 1 | -0/+14 |
* | Implements converters for BAYER pixel format | Vladimir Chtchetkine | 2011-09-21 | 2 | -43/+559 |
* | Add -webcam commandline option to control webcam emulation | Vladimir Chtchetkine | 2011-09-20 | 5 | -44/+186 |
* | Refactor the converters to make them more manageable | Vladimir Chtchetkine | 2011-09-17 | 1 | -1151/+690 |
* | Add support for NV21, and NV12 formats | Vladimir Chtchetkine | 2011-09-16 | 2 | -0/+584 |
* | Fixes "stop device" issue on Linux | Vladimir Chtchetkine | 2011-09-14 | 1 | -0/+19 |
* | Fix Mac build | Vladimir Chtchetkine | 2011-09-12 | 1 | -1/+0 |
* | Fix Mac build | Vladimir Chtchetkine | 2011-09-12 | 1 | -0/+87 |
* | Implements camera service in emulator | Vladimir Chtchetkine | 2011-09-12 | 7 | -461/+2866 |
* | Camera service skeleton | Vladimir Chtchetkine | 2011-09-07 | 2 | -0/+349 |
* | Fix the darwin build | Vladimir Chtchetkine | 2011-08-24 | 2 | -2/+5 |
* | Fix build break: make sure darwin build picks up on required declarations | Vladimir Chtchetkine | 2011-08-24 | 2 | -3/+3 |
* | Fix the build by #ifdefing linux-only includes | Vladimir Chtchetkine | 2011-08-24 | 1 | -2/+4 |
* | Video capturing code for Linux, and Windows | Vladimir Chtchetkine | 2011-08-18 | 7 | -0/+1467 |