summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-05-01 12:20:34 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-05-01 12:20:34 +0530
commit72dd93aeb5a60766c5072cddf0ff8465fd2f6473 (patch)
treeb9359c3205e2773724205f4114505f0da60b21dd
parent63bb02790b5fb2bfa45b7e1afcdadf5b34bde142 (diff)
README: Not Enabling Legacy Camera support as it doesn't allow VNC connection
-rw-r--r--README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/README.md b/README.md
index 07400dc..5a07147 100644
--- a/README.md
+++ b/README.md
@@ -67,20 +67,7 @@ sudo reboot
**Do note!** that updating the firmware carries some risks, and it's recommended to create a backup of your data before proceeding with the update (I recommend using sftp or rsync).
I am doing this for better performance, stability of the camera module.
-## 3. Enabling Legacy Camera Support
-Since I'm using the Raspberry Pi Camera Module v1.3 which a relatively older camera module, and it would require legacy camera support to work properly on newer Raspberry Pi model (in my case model 4B).
-This can be done by the following steps
-1. Open the terminal on Raspberry Pi.
-2. Run the command
-``` bash
-sudo raspi-config.
-```
-3. Select "3. Interfacing Options".
-4. Select "Legacy Camera".
-5. Select "Yes" to enable Legacy Support.
-6. Reboot the Raspberry Pi.
-
-## 4. Enable VNC and LCD 16x2 Screeen
+## 3. Enable VNC and LCD 16x2 Screeen
### Enable I2C Interface and VNC
To enable the I2C interface on Raspberry Pi, you can use the following steps: