summaryrefslogtreecommitdiff
path: root/src/qcam/viewfinder_qt.cpp
AgeCommit message (Expand)Author
2022-10-20Move test applications to src/apps/Laurent Pinchart
2022-09-01qcam: Pass color space to ViewFinder::setFormat()Laurent Pinchart
2022-07-18qcam: viewfinder_qt: Support X RGB variantsKieran Bingham
2022-07-18qcam: viewfinder_qt: Fix include ordersKieran Bingham
2022-05-04libcamera: Replace toString with operator<<() for format classesLaurent Pinchart
2021-09-22qcam: format_converter: Add configurable stride supportLaurent Pinchart
2021-09-22qcam: viewfinder: Pass stride value to viewfinderLaurent Pinchart
2021-09-07qcam: viewfinder_qt: Support multi-planar buffersLaurent Pinchart
2021-09-07qcam: Use Image class to access pixel dataLaurent Pinchart
2021-09-07libcamera: framebuffer: Prevent modifying the number of metadata planesLaurent Pinchart
2021-08-21qcam: Replace MappedBuffer with Span<uint8_t>Laurent Pinchart
2020-09-15qcam: New viewfinder hierarchyShow Liu