raspicamplayer / camplayer

IP Camera viewer for the Raspberry Pi
GNU General Public License v2.0
303 stars 55 forks source link

Fixed Building #108

Open RamboRogers opened 4 months ago

RamboRogers commented 4 months ago

I forked this and updated the readme so you can build and it works for anyone looking here.

https://github.com/RamboRogers/camplayer

jesjhoward commented 3 months ago

Can't seem to get your version working. I'm not 100% sure, but it seems to be a problem with piping? --demo never displays to the screen and ends with: Traceback (most recent call last): File "./camplayer.py", line 313, in main() File "./camplayer.py", line 232, in main screenmanager.do_work() File "/usr/local/share/camplayer/camplayer/screenmanager.py", line 1183, in do_work self._screen_rotate_next_active(display_idx=display_idx) File "/usr/local/share/camplayer/camplayer/screenmanager.py", line 992, in _screen_rotate_next_active self._screens[display_idx][self._active_screen_idx[display_idx]].layout), display_idx=display_idx) File "/usr/local/share/camplayer/camplayer/backgroundgen.py", line 286, in show_background cls._proc_background[display_idx].stdin.flush() BrokenPipeError: [Errno 32] Broken pipe

Any help?

RamboRogers commented 3 months ago

did you follow the instructions and run that old buster release?