Chamal Chamikara

Results 2 issues of Chamal Chamikara

I'm using VLC player to play real-time stream from a RTSP camera , so I did enable --rtsp-tcp as an init option. Camera is opening as a new screen when...

I found that output pins also set as input pins by init_gpio() function , so I did modify below lines to get it work ```python if pin not in GPIO_OUTPUT_PINS:...