Ron Evans
Ron Evans
Hi @emf42 please take a try with the latest Gobot, GoCV, OpenCV. Also, make sure you are using the latest Gobot examples. I have tested the latest changes on macOS...
Hi @rlanari does the player window open, but no video in it? I don;t think you should find the mplayer process running separately from the go process when the go...
I am using same Ubuntu as you, and I installed from package manager. So nothing very interesting. What output do you get when you run `mplayer -h`?
Also, what version of Go?
You are using pretty much the exact same versions of everything as I am. OK one thought is are you already using port 6038 for something else? I have intentions...
It would be cool if someone were to add support to Gobot using https://github.com/adrianmo/go-nmea for example.
Hello @RadhiFadlillah thanks for your interest. I would take a look at https://github.com/hybridgroup/gobot/blob/master/drivers/i2c/bmp180_driver.go and the associated test file https://github.com/hybridgroup/gobot/blob/master/drivers/i2c/bmp180_driver_test.go as an example of how to create a new i2c Driver....
I think it would be great!
You would need to implement a SPI driver for Gobot to use this device. Please take a look at https://github.com/hybridgroup/gobot/tree/master/drivers/spi
The Robot's `Start()` currently ensures that all the `Adaptors` are correctly started. However it does NOT do anything about restarts/failover etc. There is a conversation started in #558 about this...