Questions tagged [opencv]
The opencv tag has no usage guidance.
3
questions
-1
votes
1answer
30 views
Run servo when image is capture
I am trying to create a program when the camera capture the servo will rotate in 90 degrees continously, but my code will stop in print output 2 any idea to run the servo continously?
Here's the Code
...
2
votes
0answers
4k views
Run Servo when detect object on OpenCV Python
I want to connect OpenCV (Python) with arduino Uno when it detects a tennis ball.
OpenCV code:
import numpy as np
import cv2
import serial
face_cascade = cv2.CascadeClassifier('tennisballdetect.xml')...
0
votes
2answers
14k views
How to setup OpenCV with Arduino?
My question is how to do it (set it up), not if I can do it or with what Arduino.
I've previously setup OpenCV with Visual Studio 2015. It was a tough one, but I made it through. Now I want to set it ...