proto: model DashcamSei.SeiMetadata (TeslaCam/Sentry video SEI telemetry) - #19
Merged
Conversation
…try) Adds a new no-upstream proto/dashcam module for the per-frame vehicle telemetry (speed, gear, steering, GPS, heading, acceleration, autopilot state, blinkers, brake) carried in the SEI metadata embedded in TeslaCam, Sentry, and live-camera H.264 video, along with a changeset for lockstep npm/PyPI publish.
Bre77
force-pushed
the
fm/proto-dashcamsei-publish
branch
from
July 24, 2026 06:56
a4c4420 to
a9cb88f
Compare
Removed comments regarding telemetry source and provenance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent
DashcamSei.SeiMetadata: the per-frame vehicle telemetry (speed, gear, steering angle, GPS position/heading, linear acceleration, autopilot state, blinkers, brake) carried in the SEI (supplemental enhancement information) payload embedded in TeslaCam/Sentry/live-camera H.264 video. This is a third consumption path alongside BLE and the Fleet API - the data is embedded directly in the video stream/file rather than sent over a command/telemetry channel - and it's the schema a third-party dashcam/Sentry-clip viewer needs to decode the overlay track synced to the footage.proto/dashcam/, following the same "Teslemetry source-of-record" pattern asproto/teslapower/: registered inbuf.yaml,scripts/generate.sh'sGROUPS_LIST, and the layout/provenance tables inREADME.md/PROVENANCE.md.uint32) has no recoverable name; kept asfield_1with a comment on what's known (a schema/frame-type version byte) rather than guessing.buf lintand the upstream coverage gate are green (no upstream repo covers this namespace, so nothing to checkbuf breakingagainst for a new module).