- Pipeline 1920x1080@10fps avec level=(string)4 (auto via _h264_level)
- Sideband thread UDP port 5602 : JSON {ts,width,height,fps,encoder,temp_c} @ 1 Hz
- textoverlay "temp=XX.XC 10fps 1920x1080" haut-gauche avant encodeur
- .env.dev : WIDTH=1920 HEIGHT=1080 FPS=10 BITRATE_KBPS=2500
- _load_env() : .env base + .env.dev override
- Fallback hw→sw conservé, level auto 3.2/4 selon résolution
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
JETSON_HOST=192.168.1.84
|
|
WIDTH=1920
|
|
HEIGHT=1080
|
|
FPS=10
|
|
BITRATE_KBPS=2500
|