Marco Stranner

Results 8 comments of Marco Stranner

As you can see above, I am using version 0.8.1, so then the Error is even more confusing

Ok I changed the broker version to 0.12.1 Then I also had to change ` memoryConfig.setProperty(BrokerConstants.PERSISTENT_STORE_PROPERTY_NAME, Environment.getExternalStorageDirectory().getAbsolutePath()+ File.separator + BrokerConstants.DEFAULT_MOQUETTE_STORE_MAP_DB_FILENAME);` to `memoryConfig.setProperty(BrokerConstants.PERSISTENT_STORE_PROPERTY_NAME, Environment.getExternalStorageDirectory().getAbsolutePath()+ File.separator + BrokerConstants.DEFAULT_MOQUETTE_STORE_H2_DB_FILENAME);` and now I get...

uh sorry, didnt got everything. here is all: `06-21 12:03:15.849 7443-7490/testtest4.tu.com.mqttandroid I/com.mqttandroi: ProcessProfilingInfo new_methods=743 is saved saved_to_disk=1 resolve_classes_delay=8000 06-21 12:03:19.290 7443-7443/testtest4.tu.com.mqttandroid W/System.err: log4j:WARN No appenders could be found for logger...

I switched to mosquitto, building it as a c library, which can be used crossplattform

I got the same bug on win 10 with python 3.7, do you already have an workaround or any solution? cheers

I had the same issue, but uninstalling and reinstalling the driver and not running the Control Panel just leeds to an similar issue in my case: `python .\cameraControlExample.py` Output: ```...

Ok disabling the built-in camera leads me to another error: ``` Exception in thread Thread-1: Traceback (most recent call last): File "C:\Users\Dell9560\AppData\Local\Programs\Python\Python36\lib\threading.py", line 916, in _bootstrap_inner self.run() File "C:\Users\Dell9560\Work\Vendors\leapuvc-master\Python\leapuvc.py", line...

Hey, did you already found out how to run in python without the need to compute jacobian yourself?