You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 2 to 3 seconds and video stops in the live stream.
-3074457345618259.0 30.0 1920 1080
Traceback (most recent call last):
File "C:\Users\OM_PRAJWL_NAMAHA\Desktop\github\imp\traffic_counter\traffic_counter.py", line 231, in
curcent = df.iloc[int(framenumber)][str(carids[currentcarsindex[i]])]
File "C:\Program Files\Python36\lib\site-packages\pandas\core\indexing.py", line 1500, in getitem
return self._getitem_axis(maybe_callable, axis=axis)
File "C:\Program Files\Python36\lib\site-packages\pandas\core\indexing.py", line 2230, in _getitem_axis
self._validate_integer(key, axis)
File "C:\Program Files\Python36\lib\site-packages\pandas\core\indexing.py", line 2139, in _validate_integer
raise IndexError("single positional indexer is out-of-bounds")
The text was updated successfully, but these errors were encountered:
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 2 to 3 seconds and video stops in the live stream.
-3074457345618259.0 30.0 1920 1080
Traceback (most recent call last):
File "C:\Users\OM_PRAJWL_NAMAHA\Desktop\github\imp\traffic_counter\traffic_counter.py", line 231, in
curcent = df.iloc[int(framenumber)][str(carids[currentcarsindex[i]])]
File "C:\Program Files\Python36\lib\site-packages\pandas\core\indexing.py", line 1500, in getitem
return self._getitem_axis(maybe_callable, axis=axis)
File "C:\Program Files\Python36\lib\site-packages\pandas\core\indexing.py", line 2230, in _getitem_axis
self._validate_integer(key, axis)
File "C:\Program Files\Python36\lib\site-packages\pandas\core\indexing.py", line 2139, in _validate_integer
raise IndexError("single positional indexer is out-of-bounds")
The text was updated successfully, but these errors were encountered: