diff --git a/utils/cam_kms.py b/utils/cam_kms.py index 159f887..5514d7b 100644 --- a/utils/cam_kms.py +++ b/utils/cam_kms.py @@ -81,7 +81,7 @@ def __init__(self, ctx) -> None: raise RuntimeError('Unable to adjust formats') if kms_w != stream['kms-buf-w']: - print(f'Adjusted kms width from {kms_w} to {stream['kms-buf-w']}') + print(f'Adjusted kms width from {kms_w} to {stream["kms-buf-w"]}') if ctx.buf_type == 'drm' and stream.get('embedded', False): divs = [16, 8, 4, 2, 1]