aboutsummaryrefslogtreecommitdiffstats
path: root/android/camera/camera-capture-mac.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix filename typo.Koan-Sin Tan2012-01-041-1/+1
| | | | | This goes invisible on case-insensitive filesystems, but fails when XCode is installed on a case-sensitive filesystem.
* Implements white balance and exposure compensation for emulated webcamVladimir Chtchetkine2011-12-051-5/+10
| | | | Change-Id: Id2dbb227280f0c0e1b5708ef78b9f19b087f92d5
* Add 320x240 frame support for Windows and Mac camera emulationVladimir Chtchetkine2011-11-151-0/+2
| | | | Change-Id: I54897ca86b372d98c7a30a47ecf88a4df8ee0fe9
* Add required frame dimensions for Win and Mac.Vladimir Chtchetkine2011-11-151-2/+4
| | | | | | | | | | Camera framework requires that certain frame dimensions must be supported by the camera devices. Since on Windows and Mac we have no way of knowing the real webcam capabilities, but camera API there pretty much allows us to choose any frame dimensions that we want, we will hard-code those that are required by the camera framework. Change-Id: I625381776f374103d2ac1c62fabae23b1c5afa88
* Implemented Mac camera emulationVladimir Chtchetkine2011-10-121-0/+549
Change-Id: I01609e8bfcdd8ee5ef876344d0a334ecd69a2b7a