Sylvain GARNAVAULT
Sylvain GARNAVAULT
Hello @joelpurra and thanks a lot for your answer. * I'm targetting ELP High Speed Cameras, vid: 1443, pid: 37424 * uvcc 2.0.4, npx 7.5.6, node.js 10.16.2 The camera is...
Thanks a lot @joelpurra I'll have a look as soon as possible. To be honnest I did not pursue my project using this command that's why I did not give...
As far as I can guess the problem will occur with any object library. Because typically object are 'NaN' (not a number). Using the getValue() method should help in this...
Hi, I'm not about what exactly you want to do. Update() is the method used to calculate the value taking care of the elapsed time since last call. Go() is...
Still don't understand your request so I'll have to guess. Let's say you start at 0, when button 1 pressed it goes to 100 in 10 seconds, when button 2...
Ooooooook now I see what you mean :) the problem here is that you use the CUBIC_INOUT interpolation so you basically tell him to slow down each time you trigger...
I opened a new issue based on your suggestion and closing this one.
The problem here is that you call myRamp.go(255,1000) at the start of each loop, then immediatly myRamp.update(). So basically this is what you're doing : in the setup: set the...
Ok then I found a solution : first "sudo apt-get install libopencv-dev" it should tell that it's already installed with version 2.4 then in "addons/ofxCv/libs/ofxCv/include/Utilities.h" I had to change those...
Thanks a lot seems a classy solution :)