Stephan Schulz
Stephan Schulz
as soon as I add ``` E.optimize(); E.visualize(true, false, false); E.printStats(); E.endDraw(); // write out the file ``` to your code I see the problem again
thanks for the tips. I saw `E.optimize();` being used in the `PEmbroider_satin_hatching_2` example. But now I know better. thanks.
As a test I just deleted the ContentMismanagementSystem folder which got me a bit further. ``` Buildfile: /Users/stephanschulz/Documents/Processing/libraries/PEmbroider/resources/build.xml init: [echo] ------------------------------------------------------------------------------------------------ [echo] Building the Processing Library PEmbroider 1 [echo] ------------------------------------------------------------------------------------------------...
The above error happens because after hitting the play button in the Ant window the PEmbroider folder losses all it's files. Not sure why they get deleted.
The current steps install the lib in `/usr/local/lib/libusbp-1.dylib` along with other suff and also `pkgconfig` I confirmed it's existence with `ls /usr/local/lib/pkgconfig` I then added this to the PKG_CONFIG_PATH search...
I now followed these steps to do the linking correct ``` In Xcode, select your project in the Project Navigator, then your target under "TARGETS". Go to the "Build Settings"...
I think I figured it out. the above error in the screenshot happens because when I added the `/usr/local/lib/libusbp-1.dylib` and `/usr/local/lib/libpololu-tic-1.1.8.2.dylib` to the Other Linker Flags section I must have...
Thanks for the reply. Is the `config` a specific file and if so where would I find it and reset it? I am working with an Axis security camera that...
Yes I saw the addon but have not yet tried it. Do you remember if you used audio with it? It seems only video works very fast but adding audio...
> There's also certain parameters that can be passed to gstreamer when creating the pipeline that can reduce the latency I wonder if you can share an example on how...