Optimización de ALPR para Raspberry Pi: ajuste de resolución y límites de CPU
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user