Ron Evans
Ron Evans
This should now all be resolved with `0.31.1`
Now closing, thanks for reporting @sago35
Hi, everyone. Thanks for chiming in @dtex collaborating sounds great. A few elaborations/corrections: The cylon-gpio drivers can use any of the cylon adaptors that support the GPIO interface. cylon-firmata cylon-raspi...
Also works on my machine! :100: 
It did not stream, however. It took a long time, then finally appeared.
You should install OpenCV using Homebrew on macOS. See https://gocv.io/getting-started/macos/
When using Firmata pins A4 and A5 are used by the i2c interface. I suggest using pins A0 thru A3. Hope that helps!
OK. I think you should use `pwmWrite()` since it will do the mapping you expect (digital pins). `analogWrite()` does the same thing as `analogRead()` which takes an analog pin number...
The difference is that `analogWrite()` when you pass "5" as a param, it means pin A5. With `pwmWrite()` the param "5" means pin D5.
This is really excellent, I want it! Is there someplace with any work in progress? How can I help?