feat(record): add raw ZED body MCAP capture
This commit is contained in:
@@ -86,6 +86,10 @@ If you need audio transport, muxing, or A/V sync, that is outside the current re
|
||||
|
||||
MCAP recording stores one `foxglove.CompressedVideo` message per encoded access unit. Replay depends on encoded keyframes carrying decoder configuration; this is handled by the current writer on keyframes.
|
||||
|
||||
### MCAP Body Recording Is Raw Packet Capture
|
||||
|
||||
When the producer exposes ZED body tracking, MCAP recording stores one raw `cvmmap.body_tracking.v1` message per body PUB packet on `/camera/body` by default. These payload bytes are not normalized by `cvmmap-streamer`; downstream consumers should parse them with the cv-mmap body-tracking v1 contract.
|
||||
|
||||
## External Server Caveats
|
||||
|
||||
### Local SRS Defaults Can Hit `ulimit`
|
||||
|
||||
Reference in New Issue
Block a user