added authors mapping
I have seen this one older debian system. This seam to be a desktop integration issue with the system/distro. To my best knowledge this not a Gxsm4 or meson problem. And I also found you can simply ignore it, it seams to work anyways! FAILED: install script '/usr/bin/update-desktop-database -q /usr/local/share/applications' exit code 1, stopped
I have seen this one one older debian/desktop integration issue with the system/distro. To my best knowledge this not a Gxsm4 or meson problem. And I also found you can simply ignore it, it seams to work anyways! FAILED: install script '/usr/bin/update-desktop-database -q /usr/local/share/applications' exit code 1, stopped
I looked up the (ThorLabs) KIM101. Key question is, how are you controlling this? Via python / USB? I do not see any direct trigger or control "input", digital or analog. What could be made to be activated/deactivated at DSP/real time level with some tweaks.. Did you tested that? Key question is the response time here all over and if that is going well at python time scales what is around 20..50ms at best. This not intended to be real time. What do you need or in other words: How fast are you moving...
There is a gxsm build in python script accessible via templates lib from the python console as part of the code collections in the "watchdog" template you may use and modify a copy for your needs: accessible via Py-Console Menu -> Action -> Control -> Watchdog see also here for the gxsm source location, line 407ff in (embedded templates): https://github.com/pyzahl/Gxsm3/blob/master/plug-ins/common/pyscript_templates.h Keep in mind: a) no hard real time via python, only control hi level actions and...
There is a gxsm build in python script accessible via templates lib from the python console as part of the code collections in the "watchdog" template you may use and modify a copy for your needs: accessible via Py-Console Menu -> Action -> Control -> Watchdog see also here for the gxsm source location, line 407ff in (embedded templates): https://github.com/pyzahl/Gxsm3/blob/master/plug-ins/common/pyscript_templates.h Keep in mind: a) no hard real time via python, only control hi level actions and...
There is a gxsm build in python script accessible via templates lib from the python console as part of the code collections in the "watchdog" template you may use and modify a copy for your needs: see also here for the gxsm source location, line 407ff in: https://github.com/pyzahl/Gxsm3/blob/master/plug-ins/common/pyscript_templates.h
3.11.2 in gxsm4 on Debian arhf.. Just to make sure, the python console window or plugin is not available at all you say or some thing iffy with it? This sounds like a library issue/not found etc. either at compile time, not build, OR what I suspect a ldpath issue and the runtime at plugin load fails finding the library and the plugin won't load then at all. Start Gxsm with full debug options: gxsm -D 10 -P 10 and digg in the output for the the pyremote plugin name and see if there are errors pointing...