- New:
- Option --camera_position to provide coordinates where the camera clip should be positioned in the video providing very granular custom layout options. Using this option results in ignoring the layout option.
- Option --camera_order to define the order the cameras should be processed. This allows to overlay one camera over another one and define which one should be on top.
- Left and right-pillar cameras have been included as options and within the different layouts.
- If an event does not have files for a certain camera (i.e. pillar cameras) then resulting layout will be as if those cameras were excluded.
- Added street name from events.json, this became available with Tesla 2025.38.6
- Added option --ffmpeg_debug so that when running with loglevel debug, FFMPEG output is not provided unless this is enabled as well.
- Docker: Added pre-release docker image making it easier to use pre-release versions.
- Changed:
- Many internal changes, including how layouts are calculated, typing, etc.
- Docker: Reduces Docker image sizes by 24-66% by switching from jrottenberg/ffmpeg to Debian's FFmpeg package on python:3-slim base. Contributed by @magicalyak
- Docker: Now will use latest tesla_dashcam from pypi instead of requiring downloading it first.
- Fixed:
- Issue with GPU type check of qsv for Linux. Contributed by cjwang18
- ffmpeg error when swapping front/rear and excluding front or rear
- ffmpeg error when swapping left/right and excluding left or right
- Issue with GPU type check of qsv for Linux. Contributed by @cjwang18
- ffmpeg error when swapping front/rear and excluding front or rear
- ffmpeg error when swapping left/right and excluding left or right
- Traceback if duration in video clip from Tesla is N/A, now clip will be excluded.
Issue #212 <https://github.com/ehendrix23/tesla_dashcam/issues/212>_ - When using front-layout, will now use ratio of clip instead of fixed 4/3
Issue #214 <https://github.com/ehendrix23/tesla_dashcam/issues/214>_ - Will now force SAR to be 1:1 same as Tesla clips.
- Typo in qsv arg check. Contributed by @cjwang18
- Docker: Add tesla_dashcam to non-accelerated container image. Contributed by @croadfeldt