Skip to content
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

Open
FireflyJar opened this issue Jan 11, 2022 · 4 comments · May be fixed by #7
Open

Needs better installation instructions #5

FireflyJar opened this issue Jan 11, 2022 · 4 comments · May be fixed by #7

Comments

@FireflyJar
Copy link

FireflyJar commented Jan 11, 2022

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:
image

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.

@FireflyJar
Copy link
Author

So I finally found instructions that actually works!
these are the steps:

sudo reboot

vcgencmd get_camera

sudo nano /boot/config.txt

check if these lines exists, uncomment or add as needed:
dtparam=i2c_vc=on
dtparam-i2c_arm=on

sudo reboot

sudo apt-get update
sudo apt-get install -y python3-smbus

/home/pi/oprint/bin/pip install https://github.com/arducam/ArducamCameraControl/archive/master.zip

/home/pi/oprint/bin/python3 -m pip install --upgrade pip

sudo reboot

@mnelson104
Copy link

@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!

@dogunter
Copy link

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?

@jneilliii
Copy link

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.

https://github.com/jneilliii/ArducamCameraControl#i2c

@jneilliii jneilliii linked a pull request Apr 13, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants