Current Frame:
{currentFrame}
Detections:
0 ? (isPothole ? "destructive" : "default") : "secondary"}>
{detectionsCount}
Resolution:
{data.video_info.width}×{data.video_info.height}
FPS:
{data.video_info.fps.toFixed(1)}
{lastDetectedLat !== null && lastDetectedLng !== null && (
<>
Lat:
{lastDetectedLat.toFixed(6)}
Lng:
{lastDetectedLng.toFixed(6)}
>
)}