-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
usb camera does not work RPI4 #168
Comments
Thanks for reporting, i'll check it. |
For me it works, just do not use the open camera app already installed. That's OK for the CSI camera, but for the USB camera install some other apk it's possible to find for free on web |
can you please check if it works for you in a browser (chrome dev or firefox) ? https://webcamtests.com/ one more question: did you try 0.5.1 or 0.6.1 ? (me: 0.6.1) |
I've just tried v0.6.1 and in the browser does not work |
ok, |
No idea if Zoom and Skype are available, I do not see them in Aurora Store but I feel they are quite heavy as apps... |
i tried skype lite (install apk). I can use skype - but my camera picture is not captured and shown to the other participants. |
Quick update about this issue using the new version based on Android 12. Skype is now available as apk but USB camera is not detected by it. On the opposite CSI Rpi Camera yes, but the image gets completely messed up. |
thank you for keeping me updated. I hope USB-cameras will be supported in future. |
I got myself a HDMI-USB video capture device as I didn't need another USB webcam (one I have doesn't support MJPG). Someone recommended it because it uses MJPG and it's still basically an UVC webcam so it can be used with the external camera HAL. I had two errors with minigbm gralloc. One with starting the camera preview:
And another one when capturing an image:
Added this: lineage-rpi/android_external_minigbm@f9d7925 @rsglobal |
More than. Thank you. Will add this to the my minigbm fork as well. |
nice! will this be implemented in GloDroid and/or konstagang's rom soon ? |
Unfortunately both of my cameras don't expose V4L2_CAP_VIDEO_CAPTURE , therefore can't be used with external camera HAL (at least without modification of the HAL). |
It's already in my latest LineageOS 19 build and I see Roman added a similar thing on GloDroid. But as you can see from the comments it's likely that there's more UVC webcams that won't work for various reasons than ones that do.
I guess getting that HDMI-USB video capture card was a good suggestion that was made to me. |
? can you please explain: what is that card ? you connect it via HDMI to the PI - or via USB ? |
If you were really cheeky, why not both. :P It has an USB in one end and HDMI in another end. It's used to make screen recordings i.e. capture HDMI signal from some device and it exposes it as an USB camera to another device to record (Pi with the camera app in this case). Or you could also use it capture the screen of your Pi as e.g. many YouTubers do (but that's not the case here). |
got it. Thank you. |
And any idea why with Skype the image from the CSI Rpi Camera is completely messed up? It works very well with the included Camera app |
Besides "Skype" there is also "Skype Lite"! Maybe you want to try if this works. https://www.apkmirror.com/apk/skype/skype-lite/ |
With Skype Lite same behavior + Android Reboot :) |
there's also a browser based skype version (skype web). It works with webrtc. |
I was able to use Skype Web on Firefox, CSI Rpi Camera works fine only on Preview. I do not know why it is not available during normal calls. Anyway it can be a limitation on Firefox or HW porting, I am using an Rpi4 and you? |
i remember that i had similar effects: see my camera picture - but it will not be transfered to the other participants. Maybe that's the effect you have ?
So i keep watching all options and roms at the moment. The only one that works for me is fydeOs. i wonder: does audio in skype work for you ? do the other participants hear the audio of the RPI? what audio device do you use (bluetooth, webcam-audio ???) |
I've understood, unfortunately for me the version from KonstaT is not an option because I am changing things everywhere for my real activity which is this one #177 I am using GloDroid with the updated master code + I install Aurora Store to install the app Skype version which you can find from there but USB cams are not seen. the CSI Rpi Camera yes and I am able to call using an USB Audio Set and I hear others and others can hear me without problem, the only thing is the image of the camera which is like a really low resolution but anyway me and others can see it. Using bluetooth Audio Set there is a further issue because it is seen as a Speaker and not as a HeadSet or HandFree Bluetooth device, which means you ear everything but the mic does not work. This has to be something with the porting of a Client Profile for these two kinds of BL devices which is not in place at the moment. Anyway consider this is an issue in Linux too! |
usb camera (rpi4) isn't working. Is this a known issue ?
The text was updated successfully, but these errors were encountered: