Hello Philipp,
I very much appreciate the PS-Drone-API, but am having issues with video integration and OpenCV.
Using the firstVideo.py, I am getting a importError: No module name cv2.
I curretnly have OpenCV3.0.0 installed, can you tell me what I need to change in ps_drone.py to make this work?
Thanks, Allen
Hello Allen,
it seems the module "python-opencv" is missing. Try sudo apt-get install python-opencv to install it.
Have a great day and good luck, Philipp
Phillip,
That was it! Can't believe it was that simple.
Thank you very much.
Allen
Log in to post a comment.
Hello Philipp,
I very much appreciate the PS-Drone-API, but am having issues with video integration and OpenCV.
Using the firstVideo.py, I am getting a importError: No module name cv2.
I curretnly have OpenCV3.0.0 installed, can you tell me what I need to change in ps_drone.py to make this work?
Thanks,
Allen
Hello Allen,
it seems the module "python-opencv" is missing.
Try sudo apt-get install python-opencv to install it.
Have a great day and good luck,
Philipp
Phillip,
That was it! Can't believe it was that simple.
Thank you very much.
Allen