Ron Evans

Results 827 comments of Ron Evans

@sago35 is this info still needing to be added to the new site structure/pages?

This is an error in the latest mingw-w64 package for chocolatey. See https://chocolatey.org/packages/mingw#comment-5223930374 We should tell people to specifically install 8.1.0

http://learn.adafruit.com/adafruits-raspberry-pi-lesson-8-using-a-servo-motor/the-pwm-and-servo-kernel-module is a way that this could be implemented...

If you implement it I can test a bit

@vishal-android-freak this will require adding I2S support to rp2040 in TinyGo itself.

Support for i2s on rp2040 requires pio coding. Please see https://github.com/tinygo-org/pio about where to add such a thing using TinyGo.

Hello @adrien3d first of all, looks like you have some problem with your GTK install. That is not related to GoCV at all. Also, the function you reference `gocv.ToPixbuf(img)` does...

Hello @djzzwx we are about to release an update to GoCV for OpenCV 4.9.0 Each update to OpenCV generally requires changes in GoCV due to changes in the OpenCV interfaces....