Optimización de ALPR para Raspberry Pi: ajuste de resolución y límites de CPU

This commit is contained in:
2025-12-26 14:01:24 -03:00
parent a9687711fa
commit 5c1681339c
4 changed files with 814 additions and 75 deletions

View File

@@ -154,7 +154,7 @@ function App() {
{/* Video Feed */}
<div className="mb-6 rounded-xl overflow-hidden bg-black aspect-video relative border border-slate-700 shadow-lg">
<img
src="http://localhost:5001/video_feed"
src="http://192.168.196.100:5001/video_feed"
alt="Live Camera Feed"
className="w-full h-full object-cover"
onError={(e) => {