Skip to content

Commit

Permalink
cam-configs: remove keys with default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Demon000 committed Nov 1, 2024
1 parent f1d1c51 commit 3547dd3
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions utils/cam-configs/am62.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
{
'entity': 'j721e-csi2rx',
'fmt': fmt_pix_imx219,
'embedded': False,
},
],

Expand Down Expand Up @@ -98,7 +97,6 @@
'entity': 'rp1-cfe-csi2-ch1',
'fmt': meta_fmt_pix_imx219,
'embedded': True,
'display': True,
},
],

Expand Down Expand Up @@ -151,7 +149,6 @@
{
'entity': '30102000.ticsi2rx context 0',
'fmt': fmt_pix_imx219,
'embedded': False,
},
],

Expand Down
3 changes: 0 additions & 3 deletions utils/cam-configs/am62a-fpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def gen_imx219_pixel(port):
{
'entity': f'{dma_ent} {port}',
'fmt': fmt_pix_imx219,
'embedded': False,
},
],

Expand Down Expand Up @@ -236,8 +235,6 @@ def gen_ub953_tpg(port):
{
'entity': f'{dma_ent} {port}',
'fmt': fmt_tpg,
'embedded': False,
'dra-plane-hack': False,
},
],

Expand Down
2 changes: 0 additions & 2 deletions utils/cam-configs/debix-tpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
{
'entity': 'rkisp1_mainpath',
'fmt': vfmt,
'embedded': False,
'dra-plane-hack': False,
},
],

Expand Down
2 changes: 0 additions & 2 deletions utils/cam-configs/debix.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
{
'entity': 'rkisp1_mainpath',
'fmt': vid_fmt,
'embedded': False,
'dra-plane-hack': False,
},
],

Expand Down
7 changes: 0 additions & 7 deletions utils/cam-configs/dra76-fpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ def gen_imx390_pixel(port):
{
'entity': f'CAL output {port}',
'fmt': fmt_pix_imx390,
'embedded': False,
'dra-plane-hack': False,
},
],

Expand Down Expand Up @@ -250,8 +248,6 @@ def gen_imx219_pixel(port):
{
'entity': f'CAL output {port}',
'fmt': fmt_pix_imx219,
'embedded': False,
'dra-plane-hack': False,
},
],

Expand Down Expand Up @@ -391,7 +387,6 @@ def gen_ov10635_pixel(port):
{
'entity': f'CAL output {port}',
'fmt': fmt_pix_ov10635,
'embedded': False,
},
],

Expand Down Expand Up @@ -515,8 +510,6 @@ def gen_ub953_tpg(port):
{
'entity': f'CAL output {port}',
'fmt': fmt_tpg,
'embedded': False,
'dra-plane-hack': False,
},
],

Expand Down
2 changes: 0 additions & 2 deletions utils/cam-configs/rpi4.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
{
'entity': 'unicam-image',
'fmt': fmt_pix_imx219,
'embedded': False,
'dra-plane-hack': False,
},
],

Expand Down
2 changes: 0 additions & 2 deletions utils/cam-configs/rpi5-fpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def gen_imx219_pixel(port):
{
'entity': f'rp1-cfe-csi2-ch{port}',
'fmt': fmt_pix_imx219,
'embedded': False,
},
],

Expand Down Expand Up @@ -225,7 +224,6 @@ def gen_ub953_tpg(port):
{
'entity': f'rp1-cfe-csi2-ch{port}',
'fmt': fmt_tpg,
'embedded': False,
},
],

Expand Down
2 changes: 0 additions & 2 deletions utils/cam-configs/rpi5-gmsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ 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
3 changes: 0 additions & 3 deletions utils/cam-configs/rpi5.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
{
'entity': 'rp1-cfe-csi2-ch0',
'fmt': fmt_pix_imx219,
'embedded': False,
},
],

Expand Down Expand Up @@ -101,7 +100,6 @@
'entity': 'rp1-cfe-csi2-ch1',
'fmt': meta_fmt_pix_imx219,
'embedded': True,
'display': True,
},
],

Expand Down Expand Up @@ -137,7 +135,6 @@
{
'entity': 'rp1-cfe-csi2-ch0',
'fmt': fmt_pix_imx219,
'embedded': False,
},
],

Expand Down

0 comments on commit 3547dd3

Please sign in to comment.