detectParking icon indicating copy to clipboard operation
detectParking copied to clipboard

how to use a live camera feed instead of a video file

Open pavitrashah opened this issue 5 years ago • 0 comments

Hi, I have tried the python code with a camera by ( cap = cv2.VideoCapture(0) ) but it is not working properly, every spot is always detected as occupied and frame are shown as (Frames: 0/-1 ).

So can anyone please help me to modify this code to make it work with camera feed.

And can you please tell me how to slow down the frames processed in a sec in the video mode.

pavitrashah avatar Apr 04 '19 17:04 pavitrashah