]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/capturehandler.h
webcam capture: Try to get webcam name instead of displaying /dev/video0
[kdenlive] / src / stopmotion / capturehandler.h
index 29deea04e870bb0bfbf55b7a96bdbe1310476cbe..e8b755ba3318423f7eeabfbec3008b299562e987 100644 (file)
@@ -38,6 +38,7 @@ public:
     virtual void showOverlay(QImage img, bool transparent = true) = 0;
     virtual void hideOverlay() = 0;
     virtual void hidePreview(bool hide) = 0;
+    virtual QString getDeviceName(QString input) = 0;
     static void yuv2rgb(unsigned char *yuv_buffer, unsigned char *rgb_buffer, int width, int height);
 
 protected: