मैंने निम्नलिखित को चलाने की कोशिश की:
$ vlc -I dummy v4l2:///dev/video0 --video-filter scene --no-audio --scene-path webcam.png --scene-prefix image_prefix --scene-format png vlc://quit --run-time=1
VLC media player 2.0.7 Twoflower (revision 2.0.6-54-g7dd7e4d)
[0x1f4a1c8] dummy interface: using the dummy interface module...
[0x7fc19c001238] v4l2 demux error: VIDIOC_STREAMON failed
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
[0x7fc19c007f18] v4l2 access error: cannot set input 0: Device or resource busy
[0x7fc19c007f18] v4l2 access error: cannot set input 0: Device or resource busy
[0x7fc1a4000b28] main input error: open of `v4l2:///dev/video0' failed
[0x7fc1a4000b28] main input error: Your input can't be opened
[0x7fc1a4000b28] main input error: VLC is unable to open the MRL 'v4l2:///dev/video0'. Check the log for details.
[0x7fc19c007cc8] idummy demux: command `quit'
इसलिए मैं मान रहा हूं कि वर्तमान में मेरे वेबकैम तक पहुंचने का एक कार्यक्रम है, जो बोझिल है क्योंकि इसकी रोशनी बंद है और lsof | grep /dev/video
कुछ भी नहीं लौटाता है। क्या कोई दूसरा तरीका है, जो इस बात की जांच करने का उचित तरीका है कि वर्तमान में मेरे वेबकेम का क्या उपयोग किया जा रहा है? या एक पूरी तरह से अलग प्रकृति की समस्या है?
dmesg | grep -i 'warn|fail|error|usb|video'
आप कुछ गोंद दे सकते हैं
lsusb
संबंध है, USB वीडियो मॉड्यूल का उपयोग करते हुए। मैं जेंटू चला रहा हूं। जब अगली बार त्रुटि होती है, तो मैं अधिक जानकारी पोस्ट करूंगा, लेकिन वास्तव में मैं यह जानने में दिलचस्पी रखता हूं कि कैसे पता लगाया जाए कि कौन सी प्रक्रियाएं कैम का उपयोग कर रही हैं।