summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/webcam_private
Commit message (Expand)AuthorAgeFilesLines
* Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX.dcheng2016-03-031-1/+2
* Convert Pass()→std::move() for CrOS extension code.dcheng2015-12-311-1/+2
* Switch to standard integer types in extensions/browser/.avi2015-12-236-0/+11
* include what you use: errno.h in v4l2_webcam.ccmostynb2015-11-071-0/+1
* webcamPrivate API: Fix regression from r351343. (try 2)thestig2015-10-294-88/+279
* Revert of webcamPrivate API: Fix regression from r351343. (patchset #7 id:130...georgesak2015-10-294-279/+88
* webcamPrivate API: Fix regression from r351343.thestig2015-10-294-88/+279
* Fix static initializers from r333504.thestig2015-09-292-129/+143
* pan/tilt position could be negative (See the Sony EV1-HD1 camera technical ma...xdai2015-09-161-19/+27
* openSerialWebcam() assumes there is always a valid VISCA webcam in the other ...xdai2015-09-152-3/+5
* Add support to control the pan/tilt speed of VISCA camera.xdai2015-08-316-27/+90
* Currently webcamPrivate.set/get/reset functions are all sync APIs, which does...xdai2015-08-317-195/+327
* Fix a small bug that related to the return type of WebcamPrivateAPI::OpenSeri...xdai2015-08-061-1/+1
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-233-11/+11
* Use ApiResourceManager to manage the life time of web cameras.xdai2015-06-186-82/+144
* Add support for controlling Pan-Tilt-Zoom cameras via VISCA protocol.xdai2015-06-094-18/+676
* Move V4L2 code into a webcam helper class.zork2015-05-146-120/+447
* Update {virtual,override,final} to follow C++11 style in extensions, round 2.dcheng2015-01-231-6/+6
* Add support for resetting pan and tilt on Logitech webcams.zork2015-01-141-0/+41
* Move webcamPrivate from chrome/ to extensions/zork2014-11-053-0/+279