Enable I2C and Camera Interface

Here we are using the Raspberry Pi’s I2C and Camera interfaces, but by default they are disabled, so we need to enable them first.

  1. Input the following command:

    sudo raspi-config
    
  2. Choose 3 Interfacing Options by press the down arrow key on your keyboard, then press the Enter key.

    ../../_images/image2821.png
  3. Then P5 I2C.

    ../../_images/image2831.png
  4. Use the arrow keys on the keyboard to select <Yes> -> <OK> to complete the setup of the I2C.

    ../../_images/image2841.png
  5. Go to 3 Interfacing Options again and select P1 Camera.

    ../../_images/camera_enable.png
  6. Again select <Yes> -> <OK> to complete the setup.

    ../../_images/camera_enable1.png
  7. After you select <Finish>, a pop-up will remind you that you need to reboot for the settings to take effect, select <Yes>.

    ../../_images/camera_enable2.png