Stephan Schulz

Results 111 issues of Stephan Schulz

first of thanks for this great library. i am trying to use PID with a linear actuator that uses a Brushless DC motor. i based my code of your adaptive...

- return text block bounding box - fixed drawLeft() which drew first line too height when scale != 1

Hey I have worked with this great addon for a new project. I am now trying to know how much a person is facing the camera. With Kyle's version i...

the new Dlib 19.7 has a 5-point face landmarking model. Wondering if you had any plans to add this to your great add-on. I'm curious about how much faster it...

i have used your great addon for multiple projects and it works great. i wanted to test now how things work in non-threaded mode and noticed the same crash. i...

Thanks for making openCV work with p5js. I know this is a 2 year old project. But i will post my findings away and hopefully solutions if i find any....

Thanks for making this addon. I successfully managed to compile and run the example on macOS 10.15.7 with OF 0.11.2 using `gstreamer-1.0-1.10.2-x86_64.pkg` and `gstreamer-1.0-devel-1.10.2-x86_64.pkg` I did notice the latency was...

I am trying to use the addon on macOS 10.15.4 and as a test attempt to compile `Example_Simple`. I added `#define HAS_OFXGRABCAM` to ofApp.h to force the use of ofxGrabCam....

The Gui has a button to turn the lamp on and off. But how to I call this via code? https://github.com/elliotwoods/ofxCeres/blob/master/Example-MovingHeadAdvanced/src/DMX/Sharpy.cpp#L60 I somehow need to access the `commands` ?

I am noticing that boundsLimit in the Example-MovingHeadAdvanced/ example does not get saved. Interestingly the GUI requires me to enter 5 values while ofRectangle only has 4. https://github.com/elliotwoods/ofxCeres/blob/master/Example-MovingHeadAdvanced/src/DMX/MovingHead.h#L45 I also...