Dan MacDonald
Dan MacDonald
the API still exists, but does not work. this is quite disappointing
I ended up doing this, its not what i wanted, but it works ``` int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); // create http server instance qhttp::server::QHttpServer httpServer(&app);...
whats the output of : ``` bash v4l2-ctl --device=/dev/video1 --all ``` and : ``` bash v4l2-ctl --device=/dev/video0 --all ``` commonly v4l2 drivers have multiple associated nodes, with different capabilities. You...
it looks like maybe your rockchip isp isnt setup. Its been a while since ive done it on rockchip. https://www.kernel.org/doc/html/v5.17/admin-guide/media/rkisp1.html fundamentally, after your ISP is setup, your v4l2 device should...