Commit db5f566
committed
samples: video: capture: Fix video to display XRGB format conversion
The VIDEO_PIX_FMT_XRGB32 corresponds to the PIXEL_FORMAT_XRGB_8888
display format. A fallback to PIXEL_FORMAT_ARGB_8888 could also be
considered if supported.
Signed-off-by: Phi Bang Nguyen <[email protected]>1 parent 00e2d29 commit db5f566
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
0 commit comments