-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Raspberry pi 4 8gb not working #4614
Comments
Those instructions download a custom 5.4.79 kernel version, datestamped 10 December 2020. That is pretty old, and we're not supporting the 5.4 branch any longer. You really need Arducam to do a release on a supported 5.10 kernel, or you may be able to build their drivers from source - https://github.com/ArduCAM/Arducam_OBISP_MIPI_Camera_Module |
@6by9 |
If it has actually booted and has a network connection, then |
@6by9 It's working thanks |
You may be able to build it for yourself from https://github.com/ArduCAM/Arducam_OBISP_MIPI_Camera_Module
When asked which branch you want to build from, you want rpi-5.10.y. |
The link you'd originally provided was for the Arducam OBISP boards, not PiVariety. |
I have a raspberry pi camera 1.3 |
I want to make live streaming between the raspberry pi and the labtop I don't know if there is another solution |
If you have a Pi camera module, why are you messing with Arducam drivers? The OV5647 (V1), IMX219 (V2), and IMX477 (HQ) camera modules are all supported as standard by the Pi kernel and firmware. |
I tried with this one If one of these work with 64bit can you tell me how to configure it :) |
MMAL is not supported on 64 bit OSes - raspberrypi/userland#688 For 64 bit, use libcamera. |
@6by9 I can't find |
For libcamera you need to enable the relevant overlay For the legacy camera stack, have you enabled the camera via raspi-config? |
So, you are using the Raspberry Pi OS, set up to run in 64bit mode, and you have followed the libcamera installation instructions linked above? And it's still is not working? What are the symptoms? |
When you create an issue on this repo there is a template asking for a load of standard information. Please provide it.
Add |
You can download a static build of vcdbg that works on a 64-bit kernel here: https://drive.google.com/file/d/1HS9E5vnxxNqrizB4mEYrnFoQQ1axSRKm/view?usp=sharing |
@6by9 Do you know what is this wrong? |
You should take the time to provide thorough information, as asked by 6by9:
|
Let me step in again as a mediator. I assume it is not clear to the Raspberry Pi developers, otherwise they would not have asked specifically to provide the information. You still do only provide a subset of the requested information (as screenshots). Your chances of the issue (user settings, actual SW bug, ...) being resolved will rise, if you do your best to support the process. So, please go over all comments again, to see what further information you shall supply. I take it is specifically this one:
(edit: make sure to use the file linked by Phil for your 64bit operating system) Best regards |
Github's issue tracker is meant for actual issues with the Linux kernel, not general support. Please use the forums for that - https://forums.raspberrypi.com/index.php You're mixing and matching use of the raw sensor drivers for use with libcamera, and generic V4L2 apps. This will cause issues as you have noted. The libcamera apps should work as distributed. As you've messed with alternate drivers and kernels I can not guess what state your system is in. I would suggest you download a clean copy of Raspberry Pi OS 64bit, install to a new SD card, and test there. I'm not sure which message you believe to be an issue in that Motion log. |
The problem is because my camera is broken. |
The raspberry pi was working fine, then I install ArduCAM as this link
then I reboot the raspberry pi
after that, this message appears on a black screen and doesn't work anymore
xhci_hcd 0000:01:00.0: can't setup: -110 xhci_hcd 0000:01:00.0: init 0000:01:00.0 fail, -110
So, I need help !! :(
The text was updated successfully, but these errors were encountered: