Summary: | Webcams appear in scanner list | ||
---|---|---|---|
Product: | [Applications] Skanpage | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Alexander Stippich <a.stippich> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/skanpage/commit/5f41334fc0321d63ff7f6b245816269b6bad0648 | Version Fixed In: | 22.08 |
Sentry Crash Report: | |||
Attachments: | Webcam-taken "scan" |
A possibly relevant merge request was started @ https://invent.kde.org/utilities/skanpage/-/merge_requests/32 Git commit 5f41334fc0321d63ff7f6b245816269b6bad0648 by Alexander Stippich. Committed on 25/06/2022 at 12:21. Pushed by astippich into branch 'master'. use KConfigXT for state and a new settings window M +3 -0 src/CMakeLists.txt M +4 -4 src/DocumentModel.cpp M +3 -3 src/DocumentModel.h M +9 -0 src/FormatModel.cpp M +3 -1 src/FormatModel.h M +23 -1 src/Skanpage.cpp M +6 -0 src/Skanpage.h M +4 -0 src/main.cpp M +1 -0 src/qml.qrc M +5 -3 src/qml/ContentView.qml M +3 -3 src/qml/ExportWindow.qml M +71 -50 src/qml/MainWindow.qml A +120 -0 src/qml/SettingsWindow.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +21 -0 src/skanpage_config.kcfg A +7 -0 src/skanpage_config.kcfgc A +3 -0 src/skanpage_config.kcfgc.license A +87 -0 src/skanpage_state.kcfg A +7 -0 src/skanpage_state.kcfgc A +3 -0 src/skanpage_state.kcfgc.license https://invent.kde.org/utilities/skanpage/commit/5f41334fc0321d63ff7f6b245816269b6bad0648 Well, you can use *any* scanning app to take pictures from a webcam thanks to the libsane V4L backend… except now Skanpage where you explicitly removed this useful feature for no good reason. It's configurable in the new settings window |
Created attachment 144526 [details] Webcam-taken "scan" So you can use this scanner app to take pictures using a webcam! That's a bit... special. :)