Lines Matching full:camera
21 * Contains declarations for video capturing API that is used by the camera
25 #include "camera-common.h"
27 /* Initializes camera device descriptor, and connects to the camera device.
34 * the camera driver. On Windows contains an index (up to 10) of the driver
35 * to use to communicate with the camera device.
37 * Initialized camera device descriptor on success, or NULL on failure.
41 /* Starts capturing frames from the camera device.
43 * cd - Camera descriptor representing a camera device opened in
46 * the formats, supported by the camera device.
48 * dimensions supported by the camera for the pixel format defined by the
58 /* Stops capturing frames from the camera device.
60 * cd - Camera descriptor representing a camera device opened in
67 /* Captures a frame from the camera device.
69 * cd - Camera descriptor representing a camera device opened in
87 /* Closes camera device, opened in camera_device_open routine.
89 * cd - Camera descriptor representing a camera device opened in
94 /* Enumerates camera devices connected to the host, and collects information
96 * Apparently, camera framework in the guest will only accept the the YV12
98 * pixel formats, supported by the camera device back to the guest. We can simpy
100 * available for it. The only thing we can do is to specifically check, if camera
104 * cis - An allocated array where to store informaion about found camera
105 * devices. For each found camera device an entry will be initialized in the