Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | include: Link to ia_imaging library and import headers | Umang Jain | |
libia_imaging is provided by the ChromeOS system, however the headers aren't installed at the system's $includedir locations. We need to carry them in-tree, to be able to use them. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> | |||
2021-06-28 | src: Import MappedBuffer class from libcamera | Umang Jain | |
This libcamera internal class, needs to be imported from libcamera code base, in order to have standalone ipu3-ipa build. Other libcamera components required by ipu3-ipa, will be linked through libcamera_platform.so in subsequent commit. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> |