Tool/software: Linux
Hello,
I have successfully taken images from my fingerprint sensor. I need control the camera exposure and gain. I read that VPFE doesn't support VIDIOC_S_CTRL and VIDIOS_G_CTRL. How can I do the controls?
Thanks,
-Ken Li
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hello,
I have successfully taken images from my fingerprint sensor. I need control the camera exposure and gain. I read that VPFE doesn't support VIDIOC_S_CTRL and VIDIOS_G_CTRL. How can I do the controls?
Thanks,
-Ken Li
Thank you for your support. I have changed the file and added s_ctrl and g_ctrl for the ioctl. My functions in my sensor device driver can be called.
Thanks again.
-Ken