imx219

Solution:

  1. Execute the following command in the command window to open the config.txt file.
sudo nano /boot/firmware/config.txt
  1. Find the parameter dtoverlay=imx219 in the config.txt file and add a # symbol in front of it (as shown in the figure below) to disable the imx219 interface.
imx219
  1. Press Ctrl+S to save the changes to the file, and then press Ctrl+X to exit the file editing mode.

  2. Execute the following command to restart the device and make the configuration take effect.

sudo reboot