MaxIV-KitsControls / dev-maxiv-raspberry_pi

Tango DS for the Raspberry Pi GPIO
GNU General Public License v3.0
3 stars 4 forks source link

Fix start of advanced_streamer from within tcpserver-raspberry_pi #3

Closed reszelaz closed 6 years ago

reszelaz commented 6 years ago

I found problems with starting the tcpserver-raspberry_pi after installing the package. I think these are due to a hardcoded path ./advanced_streamer.py. I have workaround this by executing the advanced_streamer.main function.

jensun84 commented 6 years ago

Hey Zibi, Thanks for your pull request. I added option to start server with or without camera support. To start tcp daemon with camera stream support you run it with "-camera y" argument. I'm also having a look on what packages rasbian needs for the camera daemon. To be continued. Best /J