Ask HN: Good resources for DIY-ish animatronic kits for Halloween?
4 points by xrd 1d ago 0 comments
Why the Technological Singularity May Be a "Big Nothing"
7 points by starchild3001 1d ago 8 comments
Show HN: OpenCV over WebRTC (in Go)
43 Sean-Der 8 9/7/2025, 9:31:29 PM github.com ↗
> startCameraAndStream opens the webcam with GoCV, sends raw frames to FFmpeg (via stdin), reads IVF from FFmpeg (via stdout), and writes them into the WebRTC video track.
* Use FFMPEG lib directly * GStreamer * Use libvpx, examples is in mediadevices repo
The good detection ones required users to download something first, so I was worried the friction would make people less likely to use them. The one I almost went with was hand-gestures, but it wasn't as reliable.
I haven't used opencv that much. I see people talk about in Pion discord (and examples like this) and gets me into. I think someone more proficient could build a more compelling demo pretty quickly :)
[0] https://gocv.io/writing-code/more-examples/
It's really cool how you can have a heavy server doing all this cool computer vision stuff, but then a simple client that just does WebRTC.
If you adjusted the example you can quickly be sending OBS or ffmpeg in. Then that gets really cool/powerful