Hello,
I wrote a shell script to setup the rp1_cfe driver with media-ctl and v4l2-ctl.
https://gist.github.com/mchalain/aff715 ... 9f4ed4f865
This script are able to use the channel0 to retrieve the bayer image, but the pisp_fe which convert the sensor image to 16bits bayer doesn't work.
Then during the script progress we need to change the output format to use the same as the sensor's one.
I tried to use the pisp_fe but when I read the kernel's driver, I saw that it requires to start the "config_fe" at the same time and v4l2-ctl is not able to do that.
Now I try to patch the driver to start the "config_fe" with the "image0_fe" automatically. Then If somebody has information to do that, I will be glad to have some help.
Regards Marc.
I wrote a shell script to setup the rp1_cfe driver with media-ctl and v4l2-ctl.
https://gist.github.com/mchalain/aff715 ... 9f4ed4f865
This script are able to use the channel0 to retrieve the bayer image, but the pisp_fe which convert the sensor image to 16bits bayer doesn't work.
Then during the script progress we need to change the output format to use the same as the sensor's one.
I tried to use the pisp_fe but when I read the kernel's driver, I saw that it requires to start the "config_fe" at the same time and v4l2-ctl is not able to do that.
Now I try to patch the driver to start the "config_fe" with the "image0_fe" automatically. Then If somebody has information to do that, I will be glad to have some help.
Regards Marc.
Statistics: Posted by mchalain — Thu Dec 19, 2024 3:16 pm