We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anyone seen this error?
(venv) pi@raspberrypi:~/myproject/vehicle_detection_haarcascades $ ./run_vehicle_detection_video1.sh Using OpenCV 3.3.1 Unable to stop the stream: Inappropriate ioctl for device vehicle_detection_haarcascades: /home/pi/myproject/vehicle_detection_haarcascades/vehicle_detection.cpp:36: int main(int, char**): Assertion `cascade && storage && capture' failed. ./run_vehicle_detection_video1.sh: line 2: 1504 Aborted ./build/vehicle_detection_haarcascades cars.xml dataset/video1.avi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Has anyone seen this error?
(venv) pi@raspberrypi:~/myproject/vehicle_detection_haarcascades $ ./run_vehicle_detection_video1.sh
Using OpenCV 3.3.1
Unable to stop the stream: Inappropriate ioctl for device
vehicle_detection_haarcascades: /home/pi/myproject/vehicle_detection_haarcascades/vehicle_detection.cpp:36: int main(int, char**): Assertion `cascade && storage && capture' failed.
./run_vehicle_detection_video1.sh: line 2: 1504 Aborted ./build/vehicle_detection_haarcascades cars.xml dataset/video1.avi
The text was updated successfully, but these errors were encountered: