ArduCAM / ArducamCameraControl

9 stars 7 forks source link

Pan-tilt not working in Octoprint #2

Open ExhibitryGuy opened 3 years ago

ExhibitryGuy commented 3 years ago

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

SamuraiJack365 commented 3 years ago

I am running Ovtoprint 1.6.1 and 0.3.0 of this plugin with the same sku PTZ. I have the exact same issue. Test code in terminal runs and controls servos as expected, but inactive buttons in OctoPrint

Doug-Shannon commented 3 years ago

I'm having the same issue. Octoprint 1.6.1 and 0.3.0 of this - all functionality is disabled.

millsemillse commented 3 years ago

Same here :/ all buttons are grayed out. any suggestions?

jneilliii commented 2 years ago

try installing i2c-tools via SSH and see if it makes a difference for you. I was not getting the focus slider enabled with my ArduCamFocus camera until after adding that. I've created updated instructions here and submitted is a PR here.

shakeandbake017 commented 2 years ago

anyone get this to work? My autofocus scroll works fine. I installed the upgraded pan-tilt platform and it works using the demo software, but the buttons remain greyed out.

jneilliii commented 2 years ago

I have it working with my updated instructions linked above.

shakeandbake017 commented 2 years ago

hmm Ive run through that and my focus works fine. But my tilt buttons remain greyed out

jneilliii commented 2 years ago

Ah, sorry. I don't have a tilt camera, just focus camera. There may be other things needed for that maybe.

jneilliii commented 2 years ago

If you SSH to your pi and run these two commands what are the outputs?

i2cdetect -y 0
i2cdetect -y 1
i2cdetect -y 10
shakeandbake017 commented 2 years ago

here are the outputs: output