Lines Matching full:video
11 #include <zephyr/drivers/video.h>
12 #include <zephyr/drivers/video-controls.h>
99 LOG_ERR("%s: video device is not ready", video_dev->name); in main()
106 LOG_ERR("%s: video device not found or failed to initialized", VIDEO_DEV_SW); in main()
111 LOG_INF("Video device: %s", video_dev->name); in main()
115 LOG_ERR("Unable to retrieve video capabilities"); in main()
133 LOG_ERR("Unable to retrieve video format"); in main()
152 LOG_INF("- Video format: %c%c%c%c %ux%u", (char)fmt.pixelformat, in main()
212 /* Alloc video buffers and enqueue for capture */ in main()
221 LOG_ERR("Unable to alloc video buffer"); in main()
228 /* Start video capture */ in main()
236 /* Grab video frames */ in main()
240 LOG_ERR("Unable to dequeue video buf"); in main()
259 LOG_ERR("Unable to requeue video buf"); in main()