Mark Dammer
Mark Dammer
I just tried to install via PIP and it fails with the following error. The I tried both the cython version that comes with XUbuntu 16.04 and the latest installed...
This worked for me (portable build). The trick was to build OBS-STUDIO and then manually define LIBOBS_LIB and LIBOBS_INCLUDE_DIR: `cmake -DLIBOBS_LIB="../../obs-studio/build/libobs/libobs.so" -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DUNIX_STRUCTURE=0 -DCMAKE_INSTALL_PREFIX="${HOME}/obs-studio-portable" .. ` However, the plugin library...
I had the same problem (Ubuntu 18.04 LTS, 64bit). Removing the DKMS version of v4l2loopback and manually compiling and installing the module from https://github.com/umlaeute/v4l2loopback solved it. Works like a charm...
I am having similar problems. The crashes usually happen after I added custom entries via menulibre. Brisk should be far more tolerant to wrong entries in config files and simply...
@bnvk thanks for looking into this. I am running XUbuntu 14.04 "Trusty". I did not see any neo4j process running, but this might be because I usually clean up all...
I am not an iOS dev, but ow about integrating csound and the python csound bindings into the app ?
Just bumping this. Is there any chance we could get MIDI and sound i/o ?
This urgently needs solving. The JUCE Jackd implementation is throwing the whole Jackd philosophy of being able to freely connect, disconnect and route audio and MIDI over board. The most...
I am having the same problem with Buster. Not sure if this a pure software problem or a problem where the new OS makes the hardware behave strange (firmware ???)....
Hi Alexander. Very busy here, apologies for the late response. PyFSPro has a built-in function that calculates a 3D vector out of the image. The calculation is done by calculating...