drich
drich
Hello, sorry I never thought about it and mainly do it using a soldering iron and hot air station. But I have to admit that it needs some steady hands
My process on ICs like IMU1 is as follow : - use low temperature soldering paste - roughly apply it on the pads - pre-solder it with iron to make...
The one on the CMIO board will not fit, to avoid cross-talk and make straight traces I chose a up-facing connector, CMIO's one is a classic down-facing
Sorry about this, I don't know (yet) how BOM softwares work either
Hmm 1080p should work, recent commit probably broke it, will check it out asap
Just tried with a clean clone, simply changing resolution in camera_live example is enough to get 1080p working. Maybe you set FPS too high or something.. btw virtually any resolution...
I will take a look at the leak on destruction. For the second problem I don't see what can cause this since the encoder is constantly running even when not...
hrmpf, that's a tricky fix Do you use a sleep/usleep function or pthread_yield ? Still nothing for the memory leak, I'm starting to think that it's a firmware bug..
Hello, unfortunately I've never used Go lang and won't be very helpful to create a wrapper apart by using the few techniques that can be found on the web. But...
It seems like that the SWIG wrapper would be the best approach between performance cost and development time. But since I've never used Go, I don't know how to handle...