How can I speed up laptop internal webcam capture in Ubuntu 18.04 vs Windows 10?

I am writing C++/opencv code for some image processing routines, and am using my Dell Precision 7730’s own webcamera to get test video input. Video card is Quadro P5200. I started in Windows 10 using VSE 2015 and opencv 4.1.0. There I can capture 1280×720 webcam video and display it at 30fps, or whatever rate … Read more

Having Trouble installing dependencies for OpenCV on RPi

for some reason, when i run the code below i get the following error. what should i do? I’m trying to install opencv for python 3. sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev Err:1 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libjbig-dev armhf 2.1-3.1 Could not connect to raspbian-us.ngc292.space:80 (198.211.116.210). – connect (113: No route to host) Err:3 http://raspbian-us.ngc292.space/raspbian … Read more

Having Trouble installing dependencies for OpenCV on RPi

for some reason, when i run the code below i get the following error. what should i do? I’m trying to install opencv for python 3. sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev Err:1 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libjbig-dev armhf 2.1-3.1 Could not connect to raspbian-us.ngc292.space:80 (198.211.116.210). – connect (113: No route to host) Err:3 http://raspbian-us.ngc292.space/raspbian … Read more

Having Trouble installing dependencies for OpenCV on RPi

for some reason, when i run the code below i get the following error. what should i do? I’m trying to install opencv for python 3. sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev Err:1 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libjbig-dev armhf 2.1-3.1 Could not connect to raspbian-us.ngc292.space:80 (198.211.116.210). – connect (113: No route to host) Err:3 http://raspbian-us.ngc292.space/raspbian … Read more

anaconda opencv python version different from anaconda python version

(base) C:\Users\Aspire 5>python Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 10:22:32) [MSC v.1900 64 bit (AMD64)] on win32 Type “help”, “copyright”, “credits” or “license” for more information. (opencv) C:\Users\Aspire 5> python Python 2.7.15 |Anaconda, Inc.| (default, Nov 13 2018, 17:33:26) [MSC v.1500 64 bit (AMD64)] on win32 Type “help”, “copyright”, “credits” or “license” for … Read more