How to specify the value of X of/dev/videoX when developing and registering a sensor device in the Nvidia software framework?
I know how to use the v4l2 interface video_register_device(struct video_device *vdev,enum vfl_devnode_type type,int nr) When setting the parameter nr>=0, it is possible to specify the value of X for videoX as nr, but Nvidia’s software framework uses tegracam_device_degister. So how should we specify the value of X?
How does Nvidia’s software framework call the video_degister_device interface?