This is a simple browser for TeslaCam recordings. These are the files that are generated by Dashcam and Sentry Mode on Tesla vehicles.
To use this app, simply click the "Open..." button and browse to the TeslaCam
folder (either by plugging the TeslaCam USB drive into your PC / Mac, or possibly accessing it as a network share over WiFi if supported). It'll aggregate clips by date and present them on a calendar, and a dropdown list to select individual events on that date.
Basic video playback controls let you view all available cameras side-by-side. Clicking on a video will open a file browser pointing to the source file.
If you've installed tesla_dashcam, you can use it to merge clips from the command-line using a folder path provided by TeslaCam Browser:
- Select the date and event folder you'd like to merge in TeslaCam Browser
- Click the "Copy" button; this will copy the folder path into the clipboard
- Open a Terminal (macOS) or Command Promot (Windows) and invoke tesla_dashcam (pasting the file path from the clipboard)
> tesla_dashcam "<paste_folder_here>"