citra/src/citra_qt/camera
liushuyu b588d6181b
qt_multimedia_camera: fix image handling in Qt 5.15+ ... (#6231)
... In Qt 5.15+ the QImage will not accept non-natively handled pixel
formats anymore. We can however use the newly added conversion method
provided in `QVideoFrame` to convert it to `QImage` instead
2022-12-24 11:45:31 +05:30
..
camera_util.cpp Resolve some variable hiding warnings 2020-12-06 15:59:13 -03:00
camera_util.h citra_qt: camera integration (#3566) 2018-05-11 11:42:23 -06:00
qt_camera_base.cpp interface.h: forward declare resolution 2020-08-20 01:30:13 -03:00
qt_camera_base.h StillImageCamera: move GetFilePath to UI thread 2018-06-07 14:57:06 +08:00
qt_multimedia_camera.cpp qt_multimedia_camera: fix image handling in Qt 5.15+ ... (#6231) 2022-12-24 11:45:31 +05:30
qt_multimedia_camera.h Camera fixes (#6181) 2022-12-17 16:05:04 +01:00
still_image_camera.cpp interface.h: forward declare resolution 2020-08-20 01:30:13 -03:00
still_image_camera.h StillImageCamera: fix multiple prompt 2018-06-07 14:57:07 +08:00