Webcam Stream and GPIO access at the same time?
-
I'm using the DHT11/22/AM2302 Library found here: DHT Lib
It works great when nothing else is running
When I start a webcam stream using:
mjpg_streamer -i "input_uvc.so -d /dev/video0 -y" -o "output_http.so"
suddenly the DHT library will return:
-255
-255anyideas?
-
Does anyone have any ideas on this? On a raspberry pi, mjpg_streamer and the corresponding DHT library operate gracefully together...
-
@James-Harding i'd guess the mjpg_streamer is using most of available current, causing dht sensor to error state and would increase available current for dht sensor or pin20 also used by mjpg_streamer.