You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having used Pikrellcam for a couple of years now, I decided that it was time to start adding sound. (I use it for photographing birds).
I have a USB microphone which works fine on a Raspberry Pi 3 Model B v1.2, but when I try to use it with Pikrellcam I get this error:
Audio error - cannot open microphone.
pcm open failed: No such file or directory
This happens when I press the microphone icon to turn on the microphone.
I'm using Raspbian Linux 10 (buster)
The text was updated successfully, but these errors were encountered:
You have to change the device number in pikrellcam.conf ( /home/pi/.pikrellcam/pikrellcam.conf )
In short:
use lsusb to check that you pi has recognized the microphone
use arecord -l to give you the number for the card and device number
open pikrellcam.conf and find audio_device plughw:1 around line 526. Make sure the device number above corresponds to the audio device number in pikrellcam ( or it maybe the card number, I never remember which and have to to a few trial and errors before getting it right).
Stop and start Pikrellcam, or reboot, then click the mic button
Sometimes the Pi will change the card and device number on startup and so always check the mic function on startup.
Having used Pikrellcam for a couple of years now, I decided that it was time to start adding sound. (I use it for photographing birds).
I have a USB microphone which works fine on a Raspberry Pi 3 Model B v1.2, but when I try to use it with Pikrellcam I get this error:
Audio error - cannot open microphone.
pcm open failed: No such file or directory
This happens when I press the microphone icon to turn on the microphone.
I'm using Raspbian Linux 10 (buster)
The text was updated successfully, but these errors were encountered: