Skip to content

Commit

Permalink
rpi5-gmsl: set image stream format in meta config
Browse files Browse the repository at this point in the history
meta stream cannot have its format set manually, it can only be set as a
byproduct of setting the image stream format.
  • Loading branch information
Demon000 authored and tomba committed Jan 22, 2025
1 parent 26c07f2 commit e425270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/cam-configs/rpi5-gmsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def gen_imx219_meta(cameras, port):
{
'entity': sensor_ent,
'pads': [
{ 'pad': (0, 0), 'fmt': mbus_fmt_imx219 },
{ 'pad': (2, 0), 'fmt': mbus_fmt_imx219_meta },
{ 'pad': (0, 1), 'fmt': mbus_fmt_imx219_meta },
],
Expand Down

0 comments on commit e425270

Please sign in to comment.