| Updated: October 28, 2024 | 
Format for all packed video formats
#include <sensor/sensor_api.h>
typedef struct sensor_format_video_packed_t {
    uint32_t height;
    uint32_t width;
    uint32_t stride;
} sensor_format_video_packed_t;
Stride is often called pitch.