Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Public APIs for Video. More...
Go to the source code of this file.
Generic class control IDs | |
#define | VIDEO_CID_HFLIP (VIDEO_CTRL_CLASS_GENERIC + 0) |
Mirror the picture horizontally. | |
#define | VIDEO_CID_VFLIP (VIDEO_CTRL_CLASS_GENERIC + 1) |
Mirror the picture vertically. | |
#define | VIDEO_CID_POWER_LINE_FREQUENCY (VIDEO_CTRL_CLASS_GENERIC + 2) |
Power line frequency (enum) filter to avoid flicker. | |
#define | VIDEO_CID_PIXEL_RATE (VIDEO_CTRL_CLASS_GENERIC + 3) |
Pixel rate (pixels/second) in the device's pixel array. | |
enum | video_power_line_frequency { VIDEO_CID_POWER_LINE_FREQUENCY_DISABLED = 0 , VIDEO_CID_POWER_LINE_FREQUENCY_50HZ = 1 , VIDEO_CID_POWER_LINE_FREQUENCY_60HZ = 2 , VIDEO_CID_POWER_LINE_FREQUENCY_AUTO = 3 } |
Public APIs for Video.