Skip to content

Commit

Permalink
rpi5-gmsl: Add kms-formats
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Nov 1, 2024
1 parent 515850a commit 5f5e59d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/cam-configs/rpi5-gmsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ def gen_imx219_pixel(cameras, port):
'entity': f'rp1-cfe-csi2-ch{port}',
'fmt': fmt_pix,
'embedded': False,
'display': True,
'kms-format': v4l2.PixelFormats.RGB565,
},
],

Expand Down Expand Up @@ -174,6 +176,7 @@ def gen_imx219_meta(cameras, port):
'fmt': fmt_pix_imx219_meta,
'embedded': True,
"display": False,
'kms-format': v4l2.PixelFormats.RGB565,
},
],

Expand Down

0 comments on commit 5f5e59d

Please sign in to comment.