What values ​​should parameters be in the dwSensorParams structure?

I’m looking at sample code for GMSL Camera.
I am wondering what value should be put in the params variable of dwSensorParams that goes into dwSAL_createSensor () function.

I put an empty value and it didn’t work and I’m curious what the required value is.

Dear sc2.dxavier,
It actually tells what kinds of sensor needs to be created based on the sensor parameter. You can check sample_camera_gsml (or grep for usage in DW samples) code on how to fill this variable. Also, please check DW documentation for more details(file:///usr/local/driveworks/doc/nvsdk_html/group__sensors__common__group.html#structdwSensorParams)