Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Layout 2x2 tiles, tight #116

Open
Martien opened this issue Jan 10, 2020 · 3 comments
Open

Feature Request: Layout 2x2 tiles, tight #116

Martien opened this issue Jan 10, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@Martien
Copy link

Martien commented Jan 10, 2020

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…

@ehendrix23 ehendrix23 added the enhancement New feature or request label Feb 11, 2020
@ehendrix23
Copy link
Owner

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. :-)

@ehendrix23
Copy link
Owner

FYI,

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.

@ehendrix23
Copy link
Owner

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants