yangyangcv

Results 4 issues of yangyangcv

I see that you use local_position_navigation_send_request() to move the drone to your target. however, a.f.a.i.k, this function also need gps_health>3. please kindly correct me if i am wrong.

I use the following code to set video resolution: from goprohero import GoProHero camera = GoProHero(password=PASSWORD) camera.command('vidres', '1080p') camera.command('preview', 'on') After that I use opencv to capture video stream and...

sorry for the disturb. i'm using ofxwintouchhook. it works great on windows10. but it cannot get touch event on windows7. i'm using Windows7 SP1, VS2015, OF0.9.0. In ofxWinTouchHook.h, if I...

after digging into the source, i find that the error comes from line 121 of MSAOpenCLProgram.cpp `Options = "-I \"" + ofToDataPath("") + "\" " + options;` I guess it's...