×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Re:Controlling camera shutter with SkyWatcher SNAP port

  • Posts: 41
  • Thank you received: 4
Wow! This is a great solution!! Thanks a lot dude!
3 years 1 month ago #68381

Please Log in or Create an account to join the conversation.

  • Posts: 269
  • Thank you received: 53
To control GPIO pins you can also try the indi-asi-power driver.
Latest version uses GPIO 21 for DSLR shutter control but is not yet in the nightly builds. check out indilib.org/forum/ccds-dslrs/8982-issue-....html?start=12#68327
If you want to build from source note that I have moved it to branch asidslr2
it would be fairly simple to convert it to use different pins
The following user(s) said Thank You: Kristopher
3 years 1 month ago #68439

Please Log in or Create an account to join the conversation.

  • Posts: 1
  • Thank you received: 0
Sorry for the Newbie question. I have a Fuji X-T3. I am also getting an ASIAIR pro which is based on a raspberry pi I think. Using the ASIAIR, would I still be able to control camera using the snap port on my EQ6R pro?


Sent from my iPhone using Tapatalk
3 years 3 days ago #70159

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 15
Hi Kristopher,

Regarding controlling camera shutter with SkyWatcher SNAP port, I have this modified wireless remote that uses on DSLR that without shutter release port.

www.pentaxforums.com/forums/62-do-yourse...entax-ir-camera.html

But when I connect this modified wireless remote to the SNAP port, it doesn't seem to open the shutter. I can confirm that it is working with another remote timer.

Is something missing from the script?

Hope you can take a look at this matter.

Regards,
Tom
2 years 9 months ago #73485

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 13
A previous Astroberry release included a slightly broken indi_setprop command. The workaround is to specify the INDI server host. To test if this is your issue, bypass the script and just use the following command line tools.  (note the -h 127.0.0.1 part)
indi_setprop -h 127.0.0.1 "EQMod Mount.SNAPPORT1.SNAPPORT1_ON=On"
indi_setprop -h 127.0.0.1 "EQMod Mount.SNAPPORT1.SNAPPORT1_OFF=On"

If that works, you can set a temporary alias in the script or just hardcode the host on all indi_setprop and indi_getprop commands.

Something like this at the top of any bash scripts that use these commands will work around the issue for now.
# Temporary aliases to work around localhost issue.
shopt -s expand_aliases
alias indi_getprop="indi_getprop -h 127.0.0.1"
alias indi_setprop="indi_setprop -h 127.0.0.1"
alias indi_eval="indi_eval -h 127.0.0.1"
The following user(s) said Thank You: Tom
Last edit: 2 years 9 months ago by Kristopher. Reason: This is fixed in the latest release. Hopefully this workaround won't be needed again.
2 years 9 months ago #73489

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 15
Will try it by tomorrow. But do these changes only apply to astroberry only? How about Stellarmate or another system?

Regards,
Tom
2 years 9 months ago #73490

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 13
My script was written on an Astroberry. I do not know what is included on Stellarmate. Sorry.
2 years 9 months ago #73491

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 15
Hi Kristopher,

The script still does not work with the modified wireless remote. But if the SNAP port cable directly plugs into the camera shutter release port, it works.

Thanks.
Tom
2 years 9 months ago #73512

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 13
If it works connected directly, then it's not my script... sounds like a compatibility issue with your IR shutter cable. I can't help... but I think it's cool you're messing with it. :)

Out of curiosity, What are you trying to solve using the IR remote if you can already control the shutter with a cable? If your answer is "fun thing to try" I'd totally understand.
The following user(s) said Thank You: Tom
2 years 9 months ago #73546

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 15
Hi Kristopher,

I got 2 modded DSLRs, one is having a shutter release port and another one is without. So, that modified wireless shutter remote is for it.

Is SNAP port design same as a normal Camera wired timer remote? But when I look at one of the skywatchers manuals, the TIP and RING are for trigger and the SLEEVE is for SNAP. For a normal wired shutter release cable, the TIP is shutter and the RING is the focus plus the SLEEVE is common.

Regards,
Tom
2 years 9 months ago #73550

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 15
I re-modified my wireless remote this morning. Now it works with the SNAP port.

Thanks a lot for the script!

Tom
The following user(s) said Thank You: Kristopher
2 years 9 months ago #73580

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 13
That's GREAT! I'm glad my little script is useful.
2 years 9 months ago #73599

Please Log in or Create an account to join the conversation.

Moderators: Radek Kaczorek
Time to create page: 0.745 seconds