Is there any way you could implement RAW for video?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2026-03-26
On paper, yes. In practice, no. You have to have a high-level of image sensor access through the Camera2 API, which is simply not happening on many devices that are neutered and controlled by their manufacturers. Apart from that, there is no standardized RAW video codec currently available to use on these devices, just proprietary stuff.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way you could implement RAW for video?
On paper, yes. In practice, no. You have to have a high-level of image sensor access through the Camera2 API, which is simply not happening on many devices that are neutered and controlled by their manufacturers. Apart from that, there is no standardized RAW video codec currently available to use on these devices, just proprietary stuff.
go figure