Go to advanced search

by ubaid
Tue Mar 20, 2018 4:56 am
Forum: Beginners
Topic: Compiling opencv c++ source code
Replies: 5
Views: 1055

Re: Compiling opencv c++ source code

Hello, Thanks, That was it mostly. I was able to resolve most of the compilation errors and here's the code: #include <iostream> #include <wiringPi.h> #include "opencv2/objdetect/objdetect.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" using namespace std; using n...
by ubaid
Sun Mar 18, 2018 4:35 pm
Forum: Beginners
Topic: Compiling opencv c++ source code
Replies: 5
Views: 1055

Compiling opencv c++ source code

/////////////////////////////////////////////////////////////////////////////////// /// GestureDetection.cpp /// /// Detects hand gestures and controls respective GPIO /// /// Author: Sriram Emarose /// Contact: sriram.emarose@gmail.com /// //////////////////////////////////////////////////////////...
by ubaid
Thu Aug 17, 2017 11:05 am
Forum: C/C++
Topic: Unable to authenticate bluemix connection
Replies: 1
Views: 609

Re: Unable to authenticate bluemix connection

It's solved, supposedly i was accessing a TLS connection.
Now it is authenticating.
by ubaid
Sat Aug 12, 2017 10:42 am
Forum: C/C++
Topic: Unable to authenticate bluemix connection
Replies: 1
Views: 609

Unable to authenticate bluemix connection

Hello all, I am using the eclipse paho mqtt c library to connect to bluemix. Have done my part on the bluemix cloud and created an IoT device and registered the same, have generated API keys. But when i try to connect to the device using the below code, my code exits with an rc state of 5. And i see...

Go to advanced search