Show HN: Small tool to query XML data using XPath (github.com)
5 points by linkdd 20h ago 1 comments
Show HN: dbSurface – A Developer Tool for pgvector (github.com)
5 points by z-gort 1d ago 1 comments
RK3588 – Implementing a Vectorscope for processing video in real time
57 zdw 10 5/2/2025, 4:05:30 PM jas-hacks.blogspot.com ↗
As the image does not change much frame to frame, I presume that if you compute it and display it every fifth frame or so, nobody would ever notice.
It's a lot of work for some processor likely using less than 5W of power. Impressive for sure but now I'm curious what application this is for in general.
Who needs to do this but doesn't want to use a far more powerful cell phone or laptop processor?
-------
Not to hate on the work at all! It's clearly a lot of effort to get this to run on such a relatively small chip.
Maybe it's just exercise to learn how to use OpenGL on such a small platform for GPGPU compute? Might be good reason enough to try to accomplish??
RK3588 has 4K @ 60Hz HDMI input built in to the chip. Install the Linux distribution, attach HDMI cable, and you can pipe HDMI input into v4l2 or any other destination. No messing with capture cards, powered USB hubs, or 3rd-party drivers.
> Who needs to do this but doesn't want to use a far more powerful cell phone or laptop processor?
It's a fast chip. Fast enough. Convenience of the small all-in-one solution is more important than using the fastest chip you can find.
I don't think "minimum required hardware" is a "strange requirement", in fact it's essentially ALWAYS the requirement when developing embedded solutions.