Skip to content

Instantly share code, notes, and snippets.

@tejastank
Created January 30, 2022 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejastank/413c0390289166e708e10b3144b85cb2 to your computer and use it in GitHub Desktop.
Save tejastank/413c0390289166e708e10b3144b85cb2 to your computer and use it in GitHub Desktop.
working with raspberry pi camera NOIR camera v2, tejaskumar tank
vcgencmd get_camera
supported=0 detected=0
note: because of depricated legacy, even camera present. just enable i2c and disable basic camera support from raspi-config.
that's it.
as well at location /boot/config.txt
nano /boot/config.txt, edit parameter dtoverlay
dtoverlay=imx219
imx219 as I have imx219 camera NoIR camera.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment