I got my a7z monday and the camera today. I enabled the overlay through rsetup but I do not see any devices loaded. Has anybody tried this yet?
Radxa cubie a7z and radxa 4k camera
You need to run sudo modprobe vin_v4l2
, and then the /dev/video1
device will appear. Run DISPLAY=:0 gst-launch-1.0 v4l2src device=/dev/video1 num-buffers=600 ! video/x-raw,format=NV12,width=3264,height=2160 ! xvimagesink
to preview.
The next software version will support automatic loading. Additionally, the camera currently has no 3A (Auto Exposure, Auto White Balance, Auto Focus) functionality and only supports black-and-white display; support for these features will be added in subsequent updates.