MVDSTD:GetConfig: Difference between revisions
No edit summary  | 
				|||
| Line 44: | Line 44: | ||
| 0x0C  | | 0x0C  | ||
| 0x4  | | 0x4  | ||
| Video width. Must be >=width_min and <width_max.  | | Video width. Must be >=width_min and <width_max. This must be aligned: the low <dimensions_alignment>-bits must be clear.  | ||
|-  | |-  | ||
| 0x10  | | 0x10  | ||
| 0x4  | | 0x4  | ||
| Video height. Must be >=height_min and <height_max.  | | Video height. Must be >=height_min and <height_max. This must be aligned: the low <dimensions_alignment>-bits must be clear.  | ||
|-  | |-  | ||
| 0x14  | | 0x14  | ||
| Line 91: | Line 91: | ||
See [[MVD_Services|here]] regarding "MJPEG". For "MJPEG", the output frame is split into two images via the two output physaddrs.  | See [[MVD_Services|here]] regarding "MJPEG". For "MJPEG", the output frame is split into two images via the two output physaddrs.  | ||
For *_min/*_max mentioned above: *_min = 16 for color-conversion, 48 for video processing. *_max = 2048 for color-conversion, 4672 for video processing.  | For *_min/*_max/dimensions_alignment mentioned above: *_min = 16 for color-conversion, 48 for video processing. *_max = 2048 for color-conversion, 4672 for video processing. dimensions_alignment = 4 for color-conversion, 3 for video processing.  | ||
Types:  | Types:  | ||