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
One of the items I have been working towards is allowing one to have a custom layout instead of one of the pre-defined ones. This will be coming and then you would be able to create your own layout. :-)
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 should allow you to do a 2x2 tile and if no overlap no need to use camera_order.
For example, to do:
FRONT,REAR
LEFT,RIGHT
You would do:
--camera_position camera=front x_pos=0
That would then set it to the custom layout and for that the default coordinates are:
Front: 0x0
Rear: x0
Left: 0xmax(, )
Right: xmax(, )
I might actually just make a TILE layout as well with this as default .
Love to view four cams in a simple 2x2 layout; just four tiles that make up one big tile.
Saves a lot of screen real estate.
Must fall back to hand-crafted ffmpeg…
The text was updated successfully, but these errors were encountered: