You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have the fullscreen layout but the side cameras next to the front camera instead of the rear camera. Prior to V10 I used the widescreen layout with the --rear option, which looks like a 360° panorama. I would like to keep it that way and just add the new rear camera beneath the front camera.
The text was updated successfully, but these errors were encountered:
Not forgotten about this. Making internal improvements to tesla_dashcam so that enhancements can be added easier and overall improved code. Once that is done I can look at this.
Beta version allows for complete custom layout with 2 new options:
--camera_position and --camera_order.
With camera_position you can set for each clip what the position should be in the resulting video by providing the respective coordinates for each clip.
Then with camera_order you provide the order for each clip, allowing overlap of clips.
No executables yet for this version but this provides complete flexibility on camera position including ability to overlay.
To do what you want the following should then work I believe:
--scale 0.5 --camera_position camera=left 0x0 --camera_position camera=front x_pos=640 --camera_position camera=right 1280x0 --camera_position camera=rear 640x480
This sets each camera clip to a 640x480 clip (scale=0.5).
Then it set the left camera on the top left corner, the front one at the top next to the left camera and the rear on the top as well next to the right camera. The rear camera is then positioned below the front camera.
I would like to have the fullscreen layout but the side cameras next to the front camera instead of the rear camera. Prior to V10 I used the widescreen layout with the --rear option, which looks like a 360° panorama. I would like to keep it that way and just add the new rear camera beneath the front camera.
The text was updated successfully, but these errors were encountered: