All Questions
Tagged with raspberry-pi go
2 questions
2
votes
0
answers
225
views
Golang: Improving communication between workers
Came back to the software side of my night vision security camera project after taking some time to learn about electronics and I found it a bit hard to retrace the logic of my program.
I have a ...
4
votes
1
answer
98
views
Webcam frame splitter
I wrote a camera streaming app for pizero.
Since the pizero is too weak to do any video encoding I am using it to just capture usb webcam frames (mjpeg format) and forward them over udp to a ...