-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs better installation instructions #5
Comments
So I finally found instructions that actually works!
check if these lines exists, uncomment or add as needed:
|
@FireflyNJ , you are a lifesaver! I was sitting here the last hour trying to figure out either this or the other ArduCam plugin trying to get it to focus. Following these instructions worked. Many many thanks! |
Using the apt method to install both Python3 and python3-pip was the secret sauce I needed. Now, when are they going to update their instructions? |
I've submitted updated instructions in #7 that includes some missing dependency installs and a different approach to editing config.txt because the bash method wasn't working for me with permission denied errors. You can see the updated instructions at the link below. |
nothing seems to work in installation instructions.
The steps to enable I2C via ssh resulted in
-bash: /boot/config.txt: Permission denied
I had to use 'sudo nano /boot/config.txt' to add the lines manually.
when I try to enable the I2C kernal module using the raspi-config I get:
The step to install smbus 'pip install smbus" does not work, says something about pip command does not exist
this worked only after I did this line 'source ~/oprint/bin/activate' only then the 'pip install smbus' worked.
I see the focus bar but can not grab to drag it.
The text was updated successfully, but these errors were encountered: