Which application can I use to test webcam? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116) +--- Thread: Which application can I use to test webcam? (/showthread.php?tid=8263) Pages:
1
2
|
Which application can I use to test webcam? - richfm - 11-09-2019 I want to test the webcam to see if it works but have tried many applications without success. I've installed ekiga, guvcview, xawtv, cheese, webcam and webcamoid, kamoso, and akqml, all with synaptic. Some didn't run with error messages, some ran but needed a USB cam, none accessed the built-in webcam. Which application have others installed to use the webcam and how did you install it? RE: Which application can I use to test webcam? - electriccrowbar - 11-09-2019 (11-09-2019, 10:03 AM)richfm Wrote: I want to test the webcam to see if it works but have tried many applications without success. I've installed ekiga, guvcview, xawtv, cheese, webcam and webcamoid, kamoso, and akqml, all with synaptic. Some didn't run with error messages, some ran but needed a USB cam, none accessed the built-in webcam. Which application have others installed to use the webcam and how did you install it? I just tried Firefox and Chrome on stock Debian and neither worked when sites tried to access the camera. However Cheese did work-ish. It was very slow, under 1 frame per second but I was able to take pictures. There were some warnings in stdout as well Code: (cheese:2724): cheese-WARNING **: A lot of buffers are being dropped.: gstbasesink.c(2834): gst_base_sink_is_too_late (): /GstCameraBin:camerabin/GstViewfinderBin:vf-bin/ClutterGstVideoSink:cluttergstvideosink0: RE: Which application can I use to test webcam? - Der Geist der Maschine - 11-10-2019 (11-09-2019, 10:03 AM)richfm Wrote: I want to test the webcam to see if it works but have tried many applications without success. I've installed ekiga, guvcview, xawtv, cheese, webcam and webcamoid, kamoso, and akqml, all with synaptic. Some didn't run with error messages, some ran but needed a USB cam, none accessed the built-in webcam. Which application have others installed to use the webcam and how did you install it? Have you tried preinstalled programs, say ffmpeg or smplayer? They work for me out of the box just by pointing them to /dev/video0 $ smplayer /dev/video0 $ ffplay /dev/video0 (11-09-2019, 12:01 PM)electriccrowbar Wrote: However Cheese did work-ish. It was very slow, under 1 frame per second.With ffmpeg, I get 6.8 fps. RE: Which application can I use to test webcam? - richfm - 11-10-2019 (11-10-2019, 02:23 AM)Der Geist der Maschine Wrote:Thanks for your reply. smplayer /dev/video0 worked and cheese worked but both were choppy. ffplay /dev/video0 crashed with a core dump. Any suggestions for getting ffplay /dev/video0 working? At least I know the webcam works!(11-09-2019, 10:03 AM)richfm Wrote: I want to test the webcam to see if it works but have tried many applications without success. I've installed ekiga, guvcview, xawtv, cheese, webcam and webcamoid, kamoso, and akqml, all with synaptic. Some didn't run with error messages, some ran but needed a USB cam, none accessed the built-in webcam. Which application have others installed to use the webcam and how did you install it? RE: Which application can I use to test webcam? - xalius - 11-10-2019 I use VLC and just went with "Open Capture Device..." RE: Which application can I use to test webcam? - hmuller - 11-10-2019 I tested mine with: Code: $ mplayer tv:// RE: Which application can I use to test webcam? - richfm - 11-12-2019 (11-10-2019, 09:52 PM)hmuller Wrote: I tested mine with: Thanks everyone for your help. RE: Which application can I use to test webcam? - MrTester - 11-15-2019 Just used Microsoft teams Video call via Chromium. Success, looks good! RE: Which application can I use to test webcam? - ab1jx - 01-30-2020 Thanks, good to know it's a v4l device, not USB or something that needs gphoto with a special driver. I'm going to try webcam (how original). Hmm, this is an area that could stand documenting more. There are /dev/video0 - 4, I tried yavta and it said the first couple wouldn't capture. For /dev/video2 it says: Code: Device /dev/video2 opened. Looks interesting but I haven't seen a picture yet. The next device is similar, the last 2 aren't. I don't know anything about v4l2 really. Search v4l2 in Synaptic. Using fswebcam. The camera is fixed-focus, like many, notice that what's 2 meters behind me is in better focus than me. With most little cameras you can loosen the lens mount and unscrew it a little to make it focus closer. If you want to use this for a chat room that might be appropriate. I fixed the black level in Gimp, cameras that natively do YUV usually don't look very good. RE: Which application can I use to test webcam? - xmixahlx - 01-31-2020 I used cheese and 800x600 resolution for best trade-off of fps and "quality". |