Closed Justin240607 closed 2 years ago
Solved! I followed the instructions from this site: https://forums.raspberrypi.com/viewtopic.php?p=1936217
I did this: "Edit /boot/config.txt, remove the line "camera_auto_detect=1", and add "start_x=1" and "gpu_mem=128". Rebooting at this stage will reload the old V4L2 driver. Stop at this point if that is sufficient for your needs." and these lines: " cd ~ sudo apt install cmake mkdir bin git clone https://github.com/raspberrypi/userland cd userland ./buildme cp build/bin/* ~/bin/ "
I use a Raspberry Pi 4 Model B. The installation works fine but when I want to record something and type this command:
./raspiraw -md 7 -t 1000 -ts /dev/shm/tstamps.csv -hd0 /dev/shm/hd0.32k -h 64 -w 640 --vinc 1F --fps 660 -sr 1 -o /dev/shm/out.%06d.raw
I get an error-message:
Using i2C device /dev/i2c-0 RaspiRaw: Probing sensor ov5647 on addr 36 RaspiRaw: Probing sensor imx219 on addr 10 RaspiRaw: Found sensor imx219 at address 10 RaspiRaw: Encoding 41414270 mmal: mmal_vc_component_create: failed to create component 'vc.ril.rawcam' (5:ENOENT) mmal: mmal_component_create_core: could not create component 'vc.ril.rawcam' (5) mmal: Failed to create rawcam
What could I do to solve this problem? I tried different versions of raspiraw but nothing works.
Thank you! Justin