

I had come across that! I think I discounted it because of the AI stuff (especially the “global free internet for AI” thing – “if you’re not paying for the product…”), and lack of ROM support. If I can flash Lineage though it might be a contender. Thanks!
Are you using that “AI Internet” and/or the vSIM? Really curious how those work.

I’m no expert but I believe
ffmpegwill be using therawvideodecoder to read that file. If it appears to work I guess the stream output byv4l2-ctlhappens to match up closely enough with the default parameters listed in that doc, you may want to work out what it is and double check compatibility though.The difference from a regular container is that it’s uncompressed (hence the size) and can’t include any metadata (hence the need to specify parameters manually).
v4l2-ctlwriting in this format means it doesn’t need to worry about compressing and encoding the video on-the-fly, which would complicate the implementation and might not always be feasible in real-time.If you wanted to avoid the intermediate file you should be able to pipe
v4l2-ctldirectly intoffmpeg.