two cameras on one Pi server
I read that if the cameras as the same model on the same Pi server there will be a problem with recognition.
Is there an earser work around? Could you possibly give some real simple instructions for an amature?
'By default we detect webcams by their ID. If you have multiple identical webcams, this can lead to the problem that only one of them is visible. In this case, you have to change the detection to the connected port.'
To switch to path based detection, log in via ssh console and edit the webcam configuration:
Is there an earser work around? Could you possibly give some real simple instructions for an amature?
Comments
WEBCAM_DIR=/dev/v4l/by-id/*
into
WEBCAM_DIR=/dev/v4l/by-path/*
save and reboot. That you should have 2 webcams also with new port numbers. Remember which usb port are used and do not change them afterwards.