alandtse/tesla

Sentry Mode and External Vehicle Camera Live Views

Open

#124 opened on Dec 28, 2021

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Python (122 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (741 stars)
PR merge metrics
 (Avg merge 13d 8h) (14 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. Feature request pure and simple. Don't think there is any previous attempt to add this.

Describe the solution you'd like Preview one or more of the vehicle's externally available cameras when sentry mode is activated. Connect and record on a local, short, circular buffer effectively creating a "virtual camera stream". Other applications can then consume this stream as RTSP or similar.

Describe alternatives you've considered Open to ideas, or reasons why this is impossible. Not sure if this has been discovered or is even easily available in the Tesla API. Probably some concerns on vehicle battery consumption or bandwidth usage (when should the stream end? Should it really stream or just grab frames every X seconds? Again, is this even possible).

Additional context None so far.

Contributor guide