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: new layout or modifier #90

Open
Moondragon85 opened this issue Oct 17, 2019 · 3 comments
Open

Feature Request: new layout or modifier #90

Moondragon85 opened this issue Oct 17, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@Moondragon85
Copy link

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.

@ehendrix23 ehendrix23 added the enhancement New feature or request label Oct 17, 2019
@ehendrix23
Copy link
Owner

Looking into providing a custom layout option.

@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 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.

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