Dear NXP Team,
I am using the NXP S32V234 SBC with an attached Sony IMX224 Image sensor.
In order to use any opencv program I need to see the camera device mapped onto /dev. I can only find /dev/cam_generic on my system. There is no /dev/video* on my system.
How can I run a simple video capture opencv example, because the standard interfaces are not supported here.
All the necessary drivers are installed from the VSDK installation.
Do I need to update my boot files to enable this or make any other configuration changes.
No devices are listed when this command is executed.
v4l2-ctl --list-devices
Failed to open /dev/video0: No such file or directory
PS: I checked the NXP demo code. They are not helpful since they use memory mapped devices and this is not helpful for running more common opencv programs.
Any help would be appreciated.