feat(simulate): configurable camera id
This commit is contained in:
parent
d6146850fb
commit
aabf1bc186
4 changed files with 7 additions and 2 deletions
|
|
@ -18,3 +18,5 @@ morphology_override: null
|
|||
record_video: false
|
||||
# When null, video is saved in a per-model evaluation folder alongside the model.
|
||||
video_output_path: null
|
||||
# Camera ID to use for video recording (1 is usually the close-up camera)
|
||||
camera_id: 1
|
||||
|
|
|
|||
Reference in a new issue