Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find devce #5

Closed
prestonbrown-me opened this issue Jun 29, 2020 · 2 comments
Closed

Unable to find devce #5

prestonbrown-me opened this issue Jun 29, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@prestonbrown-me
Copy link

Describe the bug
I have tried multiple cameras, and a specifically a Logitech C920. The program is unable to detect the cameras:
Error [1]: Device /dev/video0 required but could not be found. Aborting.

To Reproduce
Steps to reproduce the behavior:

  1. Connect camera to device
  2. Ensure the camera is recognized by the pi: v4l2-ctl --list-devices
  3. Check output: HD Pro Webcam C920 (usb-0000:01:00.0-1.3): /dev/video0 /dev/video1
  4. Run script ./Raspi_VLC_Webcam_Stream.sh 0

Expected behavior
The program should run.

Screenshots
screenshot

@m-kozlowski
Copy link

change
if [ -f "${WEBCAM_DEVICE}" ] ; then
to
if [ -e "${WEBCAM_DEVICE}" ] ; then

@LoneWanderer-GH LoneWanderer-GH added the duplicate This issue or pull request already exists label Jul 28, 2020
@LoneWanderer-GH
Copy link
Owner

Closing as duplicate of #2.
I hope to push the (known) fix this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants