Austin McElroy
Austin McElroy
> ov7251 does not have a tuning file or camera_helper file in libcamera, so it won't be detected. The libcamera project has a requirement for all supported platforms to be...
That is great news! For learning purposes, how did you find the additional patches? How would I apply these? I'd be happy to help if pointed in the right direction.
> It streams fine for me without MC using v4l2-ctl. Pi4. No kernel errors logged. There was a rework to the overlays as part of using GPIOs or not, and...
I'm trying to think of a way to say, "I would like to do it but my lack of Linux kernel experience is so lacking I feel it would take...
> You made a good call on not trying to implement it! Ha, yeah, I got the feeling it would be over my head. If you have any good books...
That is awesome! Thank you! I can't wait to review the code and see how things were addressed and learn more about the correct way to tackle a kernel level...
Are you trying to name the docker container using --name? That was an issue for me, removing --name helped. Ultimately went with docker-compose for naming and easier path handling when...
There is an updated readme as of yesterday morning (4-12-2022), have you tried it? With the latest instructions, I have a Dockerfile, docker-compose.yml, and a makefile to load up everything...
Hi, I'm seeing a similar issue on the Pi Zero 2 W with the OV7251, and think it stems from WiringPi not being updated (or even an active project). I...
This repository works. We use it with the latest TM4C123 chips (our own PCB and Launchpads) in combination with the tm4c-hal and RTIC 0.5. Debugging a stock Launchpad is challenging...