Hot plugging is not supported while using the reference camera driver imx390.c
When the camera is disconnected due to external factors, how to continue to display the video after resuming the connection
What kind of interface do you use for camera?
If USB connector is used, you can use hot-plug.
But if MIPI or Fakra, NO.
Using Fakra, Can’t modifying the underlying code implement it?
Fakra directly to Jetson AGX Xavier devkit?
Custom carrier board might have Fakra connectors, and can not hot-plug.
sensor-TI953-Ti960-xavier
Would you share the product info page?
Yep, it uses MIPI connector and needs to reboot the target to initialize device drivers.
But the way I’m developing my camera now has to be hot-pluggable. Can anyone do that
No, there’s no hot-pluggable MIPI interface camera. But if the device and configure are the same it could be archive a part of pluggable functionality.
In fact, I want to know that the video won’t stick when I plug and unplug the same camera while displaying the image
No it may cause the camera software invalidate state.