Thanks for the explantation
I will try saving like that, maybe that file can be then thrown to NvAPI Example and HW encode to H264, we will see
capture.set(CAP_PROP_FORMAT,-1);
But while I’m using frames directly from NvAPI there’s no capture to set :<
can I like do that other way around? cvtColor to BAYER and then save to file?
That said, you should really use hardware acceleration for video encoding on ARM. If it’s important for your project, it’s worth the effort.
Yup, I already asked on Nvidia forum, but have yet to get an answer - I thought that meanwhile, I could try smth