Open MSaviorTR opened 11 months ago
Thanks for the report. When having trouble with cameras I always recommend starting with a new OS installation just to be 100% sure that nothing has been altered or configured differently. Install the latest image, and let it perform its updates when it first boots. Change absolutely nothing at all and try running libcamera-hello
. Does that work?
It sounds like you've tried swapping out the Pi and the ribbon cable. Do you have a spare camera that you could try? It would also be worth checking the power supply - what kind are you using?
These kind of errors are usually down to cables, connections, power supplies and more infrequently hardware that's actually broken. So those are definitely the things to check out first. Thanks!
Thanks for your reply!
Yes, I did a pure installation with official Rasp Pi imager and the final image is installed. Nothing has been changed even any configuration and the 'libcamera-hello' gives an output like above.
I have another Official Rasp Pi Camera v2.1 NoIR and it is working with both ribbon and both Rasp Pi 4's. Power supply is also official product of Raspberry(5.1V 3A).
So, if it is about hardware, then there could be any solution for that?
Thanks a lot!
Well, if one imx219 is working and another isn't, with exactly the same software, pi and cables, then that's pretty clear cut, I think - the non-working one must have an actual fault. If it's still within the warranty period I would hope you should be able to get a replacement from the supplier where you bought it?
I bought it from a non-official supplier and it is not seen possible to find information about the warranty certificate or its duration. So, can I do anything on my own?
Hmm, I'm not sure. I think it's very unlikely you can fix anything yourself, and Raspberry Pi can't accept stuff back that we didn't sell. So I think you would need to find a way to get in touch with the supplier. For what it's worth, having a spare camera to hand is probably not a bad investment, it does make it easier to verify if a module has failed, and prevents you from having "downtime" without a working camera if this is important to your application. Sorry not to be more help.
Ok, thank you so much. I thought, I can do something on it but I guess, I couldn't find a solution to fix it.
Ok, thank you so much. I thought, I can do something on it but I guess, I couldn't find a solution to fix it.
I have the same problem looking everywhere and trying every video on youtube still did not got any solution mine is just like your did you solve the problem
I have the same problem looking everywhere and trying every video on youtube still did not got any solution mine is just like your did you solve the problem
Actually, problem was about the sensor or the tiny ribbon cable of the sensor. I have changed it (not the board) and it is working now. I suggest that do not implement any procedure on the board and try another sensor, if you have, by pluggin out the old one.
Hello everyone! I just encountred an issue. I was using my Official Raspberry Pi Camera v2.1 (IMX219) on Rasp Pi 4 (Bullseye) with
picamera2
and it started to not respond. I have tried it with another Rasp Pi 4 (Bookworm) and it couldn't solve the problem. I just wonder that is about hardware or something else like shortcircuit etc. I also changed the CSI cable. What could be the issue if it is about hardware?Some details:
I'm using my Rasp Pi 4 directly not remotely and it is desktop environment. I didn't change anything about configuration on Rasp Pi, I have done a clean OS installation. The ribbon cable was 20cm and I have changed it too with 30cm new one.
I share with you some codes and their outputs.
Code:
libcamera-hello --list-cameras
Output:
Code:
libcamera-hello
Output:
Code:
Output:
I hope you guys can suggest any solutions. Thank you.