feat: receive_cam.py YOLOv8 MJPEG port 5601 validé

- receive_cam.py : YOLOv8n + MJPEG annoté 5601 opérationnel
- Fallback frame synthétique numpy (aucun download)
- Port 5601 TCP ouvert iptables (persistant)
- .gitignore : exclusion *.pt *.onnx
- CLAUDE.md : état du jour mis à jour

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nicoboy
2026-06-09 08:46:18 +02:00
parent 0d628d0431
commit c119879abd
2 changed files with 10 additions and 8 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ mav.parm
eeprom.bin
logs/
terrain/
*.pt
*.onnx