Skip to content

Commit

Permalink
v4l2ctrls: add rotation to the ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
soyersoyer committed Mar 2, 2022
1 parent 23cda46 commit b06c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4l2ctrls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, device, fd):

def setup_v4l2_ctrls(self, params):
for k, v in params.items():
if k in ['width', 'height', 'fps', 'auto_sleep',
if k in ['width', 'height', 'fps', 'auto_sleep', 'rotation',
'capture_format', 'capture_memory',
'decoder', 'decoder_input_format', 'decoder_memory',
'encoder', 'encoder_input_format', 'encoder_memory',
Expand Down

0 comments on commit b06c951

Please sign in to comment.