summaryrefslogtreecommitdiff
path: root/src/qcam/viewfinder.h
AgeCommit message (Collapse)Author
2019-04-02qcam: Add JPEG format supportLaurent Pinchart
When the camera provides MJPEG, use the QImage JPEG decompression code to convert that to RGB. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2019-03-29qcam: Add Qt-based GUI applicationLaurent Pinchart
qcam is a sample camera GUI application based on Qt. It demonstrates integration of the Qt event loop with libcamera. The application lets the user select a camera through the GUI, and then captures a single stream from the camera and displays it in a window. Only streams in YUYV formats are supported for now. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Tested-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
for 2500/Skycam specific YUV color enhancement kernel/accelerator. */ #define YUVP2_YTM_LUT_NUM_OF_ENTRIES 256 #define YUVP2_TCC_NUM_OF_MACC_TABLE_ELEMENTS 16 #define YUVP2_TCC_NUM_OF_INV_Y_LUT_ELEMENTS 14 #define YUVP2_TCC_NUM_OF_GAIN_PCWL_LUT_ELEMENTS 258 #define YUVP2_TCC_NUM_OF_R_SQR_LUT_ELEMENTS 24 #endif