Skip to content

Commit

Permalink
bw/bundles/voctocore: enable users to switch off sbs presets for mult…
Browse files Browse the repository at this point in the history
…i camera setups
  • Loading branch information
kunsi committed Nov 23, 2024
1 parent 90d044b commit a9804c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundlewrap/bundles/voctocore/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
except IndexError:
pass

if len(preset_camera_sources) > 2:
if len(preset_camera_sources) > 2 and node.metadata.get('voctocore/enable_sbs_presets_for_multi_camera'):
# We have a (atleast) three-camera setup. We assume last camera is
# the wide shot, give operators side-by-side shots of every other
# camera combination.
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/bundles/voctocore/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'composites': 'fs',
},
},
'enable_sbs_preset_for_multi_camera': True,
'mirror_view': False, # automatically mirrors SBS/LEC views
'parallel_slide_recording': True,
'parallel_slide_streaming': True,
Expand Down

0 comments on commit a9804c2

Please sign in to comment.