Skip to content

Commit

Permalink
rpi5-gmsl: Fix stream id for deser output
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Nov 6, 2024
1 parent b22fe37 commit 6a002d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cam-configs/rpi5-gmsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def gen_imx219_pixel(cameras, port):
],
'pads': [
{ 'pad': (port, 0), 'fmt': mbus_fmt_imx219 },
{ 'pad': (6, 0), 'fmt': mbus_fmt_imx219 },
{ 'pad': (6, port), 'fmt': mbus_fmt_imx219 },
],
},

Expand Down

0 comments on commit 6a002d5

Please sign in to comment.