Lindo St. Angel
Lindo St. Angel
@snickers2k thanks for taking a look at this project. I will add Google cloud to the backlog. I took a look at [zm2drive](https://github.com/bbrcan/zm2drive). I don't see an easy integration path...
@ngzhongcai good idea. Latest update is Amazon has root caused and fixed the issue. Its in QA but has not yet been deployed to the field. In the meantime, the...
It looks like the instructions to setup Live555 as a proxy are there (see this [link](https://emtunc.org/blog/02/2016/setting-rtsp-relay-live555-proxy/)) per the README. I didn't use any other information to set my system up...
Thanks. Btw, as far as I know the Amazon Smart Home Camera API does not support MJPEG. If I think if a way to solve this I will chime in...
**@pliablepixels** yeah, I see the MJPEG codec support now. Thanks for pointing it out! I played around with the suggestions shown in the [Streaming MJPG from webcam to RTSP using...
I see this occasionally as well but it doesn't cause the Arduino to lock up. It goes away when I re seat (but do not unplug) the connection to the...
Hi, I've successfully been using the openAg brain software on a Raspberry Pi. I've written a short installation howto which can be found [here](https://github.com/goruck/foodcomputer#installing-openag_brain-openag_brain-on-the-food-computers-raspberry-pi). Hope this helps, feel free to...
Hey, I've seen this error as well and in my case it was from a bad connector from the sensor to the Arduino. Also see #320 for some other related...
Needed to add "respawn_delay = 30" attribute for the usb_cam_node in the launch file since the reconnection may fail if attempted too soon after a crash. With this the camera...
The get_topic_data function in nodes/api.py wasn't really useful beyond specific messages. I've rewritten it to be general and more robust. I've added this changes to this PR. Note that get_topic_data...