summaryrefslogtreecommitdiff
path: root/src/apps/cam/main.h
diff options
context:
space:
mode:
authorGeoffrey Van Landeghem <geoffrey.vl@gmail.com>2024-11-24 20:29:49 +0100
committerJacopo Mondi <jacopo.mondi@ideasonboard.com>2024-11-25 11:40:47 +0100
commitb45ff9ff3c00dd626db5d6e0fc06bcc9191e2854 (patch)
tree79c30aa53abd40a5ecf2ad51ea3cbc4e921c1eb9 /src/apps/cam/main.h
parent99a871439ba7243bfd46b78b9ca0042ce8e37349 (diff)
ipa: raspberrypi: Add tuning file for IMX327 sensor
Add a default tuning file for Sony IMX327 sensor. This tuning file is a copy of the IMX290 and is added to make the IMX327 sensor just work without hassle. Note the extra description field to clarify this is just an interim tuning file untill someone provides a proper one. Signed-off-by: Geoffrey Van Landeghem <geoffrey.vl@gmail.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Diffstat (limited to 'src/apps/cam/main.h')
0 files changed, 0 insertions, 0 deletions
an> Q_OBJECT public: ViewFinderQt(QWidget *parent); ~ViewFinderQt(); const QList<libcamera::PixelFormat> &nativeFormats() const override; int setFormat(const libcamera::PixelFormat &format, const QSize &size, const libcamera::ColorSpace &colorSpace, unsigned int stride) override; void render(libcamera::FrameBuffer *buffer, Image *image) override; void stop() override; QImage getCurrentImage() override; Q_SIGNALS: void renderComplete(libcamera::FrameBuffer *buffer); protected: void paintEvent(QPaintEvent *) override; QSize sizeHint() const override; private: FormatConverter converter_; libcamera::PixelFormat format_; QSize size_; /* Camera stopped icon */ QSize vfSize_; QIcon icon_; QPixmap pixmap_;