Giter VIP home page Giter VIP logo

arducamcameracontrol's Introduction

layout id title description authors license date homepage source archive tags featuredimage compatibility
plugin
ArducamCameraControl
ArducamCameraControl
Plugin to control Arducam motorized and ptz camera
Arducam
AGPLv3
2021-06-07
Arducam
Camera
assets/img/plugins/ArducamCameraControl/ArducamCameraControl.png
octoprint os python
1.4.0
linux
>=2.7,<4

ArducamCameraControl

Plugin

http://plugins.octoprint.org/plugin/ArducamCameraControl/

Description

A plugin to control your arducam camera with motorized and ptz camera on octoprint.
screenshot

Install

Please follow the manufacturer's instructions:

I2C

This plugin uses I2C to communicate with the camera. That is not enabled by default. The ArduCamFocus plugin will not function until you enable I2C. ssh to your octopi and enter this commands (this only needs to be done once):

if ! grep -Fxq "^#ArduCamFocus$" /boot/config.txt; then
sudo cat << end_of_file > /boot/config.txt
#ArduCamFocus
dtparam=i2c_vc=on
dtparam=i2c_arm=on
end_of_file
fi

After executing the above command, the file /boot/config.txt should now have the commands to enable I2C. In addition, you have to enable the I2C kernel module using raspi-config. Again, ssh to your octopi, and then enter this command:

sudo raspi-config
  1. select "5 Interfacing Options"
  2. select "P5 I2C"
  3. raspi-config will ask, "Would you like the ARM I2C interface to be enabled?"
  4. select "Yes"
  5. you should see, "The ARM I2C interface is enabled"
  6. select "Finish"

Smbus

Install smbus

pip install smbus

Plugin

Install plugin http://plugins.octoprint.org/plugin/ArducamCameraControl/

After you reboot, the camera should become operational in OctoPrint

Settings

This plugin has no configurable settings.

arducamcameracontrol's People

Contributors

arducam avatar jt-github avatar ljp-while avatar sunyton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

arducamcameracontrol's Issues

No longer works with OctoPi 1.0.0

Not sure what happened. But I upgraded to OctoPi 1.0.0, ran my usual install process to enable Arducam. It no longer recognizes my 5MP OV5647.

Less Manual Install Steps

If you update the line here to be plugin_requires = ["smbus"] then OctoPrint will automatically install smbus for you.

Pan-tilt not working in Octoprint

Im using the Upgraded Pan-Tilt Platform SKU: B0283. It works with the demo software from an SSH session but the OctoPrint plugin doesn't seem to recognize it at all. All the buttons are inactive.
image

Needs better installation instructions

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.