traffic_counter icon indicating copy to clipboard operation
traffic_counter copied to clipboard

Using Python and OpenCV to count cars on a highway.

Results 5 traffic_counter issues
Sort by recently updated
recently updated
newest added

while run traffic_counter.py on live cameras I am getting the following error. I tried with different camera IP addresses the codes is unable to display video it only display for...

When i try to run the program it shows this error - line 28, in image = cv2.resize(frame, (0, 0), None, ratio, ratio) # resize image cv2.error: OpenCV(4.5.1) C:\Users\appveyor\AppData\Local\Temp\1\pip-req-build-wvn_it83\opencv\modules\imgproc\src\resize.cpp:4051: error:...

Hello, i have found you great Project in Youtube. I will do the same as you, but i habe a Raspberry Pi 3B+. At the Moment i install OpenCV. Which...

I try to test but i do not know why speed is so slow

When I change your code like this >> #cap = cv2.VideoCapture('cars.mp4') cap = cv2.VideoCapture('rtsp://admin:[email protected]/Streaming/Channels/102'); for use with real video from camera. It's always have problem about index out of bound...