Lines Matching full:video
10 #include <zephyr/drivers/video.h>
11 #include <zephyr/drivers/video-controls.h>
54 LOG_ERR("Unable to retrieve video capabilities"); in main()
72 LOG_ERR("Unable to retrieve video format"); in main()
83 LOG_ERR("Unable to set up video format"); in main()
98 /* Alloc video buffers and enqueue for capture */ in main()
102 LOG_ERR("Unable to alloc video buffer"); in main()
110 /* Video flip image horizontally */ in main()
112 LOG_ERR("Unable to set video control (HFLIP)"); in main()
118 /* Video flip image vertically */ in main()
120 LOG_ERR("Unable to set video control (VFLIP)"); in main()
125 /* Start video capture */ in main()
145 /* Grab video frames */ in main()
151 LOG_ERR("Unable to dequeue video buf"); in main()
162 LOG_ERR("Unable to requeue video buf"); in main()