UNSOLVED Can't get v4l2 to work, rasbperry pi 4b, rpi os x64, 6.12.57-v8+
-
@jambojettt
Sorry for reply late.
I see that your raspberrypi-kernel-headers are installed. You should be able to directly runmakein the driver source code directory. -
@veye_xumm can you specify what I need to do?
@veye_xumm said in Can't get v4l2 to work, rasbperry pi 4b, rpi os x64, 6.12.57-v8+:
make
deleted the folder raspberrypi_v4l2
reinstalled by github
I have no idea why it doesn't work.

Which one do I use?
-
Please try this released version again. This time it will work.
https://github.com/veyeimaging/raspberrypi_v4l2/releases/tag/v1.27
-
@veye_xumm did delete a folder raspberrypi_v4l2, reinstalled. Checked the connections, everything was in order. Pins on the ribbon cable to the top on the module and to the front on the pi. Checked the power pins. Everything was okay. I don't have samba in raspi-config, but I enabled ssh. Also don't have Camera interface in options.
The dev/video0/ is still unfound. -
@jambojettt
show me the result of this cmd:dmesg | grep veye -
@veye_xumm nothing showed
-
@veye_xumm is there any point in a fresh pi os install?
I accidentally swapped the pins after I checked everything, and it shorted, hope it works.
I just need it to work, so I can do my thesis on argicultural application of machine learning. -
@veye_xumm

Everything is the same -
@veye_xumm
!
[0_1764333202538_7825037f-a24a-4cbf-b16b-42693c1e5a87-изображение.png](Uploading 100%)
I'm out of possible problems, maybe i got the pins wrong.
-
-
@jambojettt
I suspect you haven't seen the most important document, which is the link below. Generally, you don't need to compile the driver yourself. Instead, you can simply install the driver by following part4 in the link below. Specifically, the command you need to execute is:sudo ./install_driver.sh veyecam2mhttps://wiki.veye.cc/index.php/V4L2_mode_for_Raspberry_Pi#Driver_Installation
