(no title)
omtinez | 6 years ago
The design seems to be heavily inspired by the Android camera API: per-frame configuration, 3A, multiple stream support, device enumeration, etc.
> The HAL will implement internally features required by Android and missing from libcamera, such as JPEG encoding support.
That is interesting, since most camera modules will have a hardware accelerated path to encode frames directly to JPEG. If it's done internally, it will be much slower than all other implementations I'm aware of.
No comments yet.