Eike

Results 20 comments of Eike

Weird. Meanwhile I use a callback to grab the frames, which seems to work as long as I do not have an AnimationTimer (to update the Java FXImage) - I...

@saudet @themarpe Seems to work now by - disabling the signal handler and - converting the BufferedImage to the FX WritableImage within the callback So I assume, there were two...

@saudet: While this is working now properly with OSX, I receive now the issue as described by @wureka with Ubuntu. I am not using any java 2D functionalities. ``` Debug:...

@saudet, @themarpe After cleaning up, the crash did not appear anymore in the context of 'Collecting'. But still it does not work. It happens (after a couple of seconds) as...

No chance - I got it working slightly longer (about 800 frames), but all cases ended with a crash.

@saudet @themarpe After carefully redesigning the code, using blocking queues, etc, I managed to get DepthAI running on Ubuntu for a couple of minutes, but far from stable. The same...

MS5611 not started at boot. Need to start it via MS5611 start -X. This might be related to the latest change regarding I2C. @davids5 https://github.com/PX4/PX4-Autopilot/pull/19949

Telem1-3 not working: https://github.com/PX4/PX4-Autopilot/issues/20118

@ryanjAA Did you solve this? I am now seeing this also!

Might be related to commit https://github.com/PX4/PX4-Autopilot/commit/6d78054f5001548ea2f1d48bb59966e2352bc9fe. I solved this on orangecube by adding `mavlink start -d /dev/ttyACM0` to `rc.board_mavlink`: