Grayscale filter feature for nvarguscamerasrc

Hi all,

Now that we have the nvarguscamerasrc sources, we are looking into extending this element to have a grayscale filter. We know that nvcamerasrc has a color-effect property that allows to do this on the fly, we would like to have something similar for nvarguscamerasrc. Does the libargus API provides the functionality to do this?

Thanks in advance for any information you can provide.

Have a check to the argus API

https://docs.nvidia.com/jetson/l4t-multimedia/classArgus_1_1IAutoControlSettings.html#a24001773f7a288aaa97b13f8181f5456

Thanks for the reply, ShaneCCC. I will try the suggested API and return to you later.