-
Notifications
You must be signed in to change notification settings - Fork 39
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
K-3 Bulb mode duration not set #73
Comments
I had a very similar problem recently, saw this in issue in the email summary and might be able to help with this. I ran into a very similar error a few weeks ago and I'm pretty sure I remember it was because the symlink "indi_pentax_ccd" --> indi_gphoto_ccd was missing in usr/bin. sudo ln -s /usr/bin/indi_gphoto_ccd /usr/bin/indi_pentax_ccd It could possibly be caused by a build script error or permissions during install. Hope this helps! |
Thanks Blueshawk, I have a fairly recent build of libindi (Dec 15) and the symlink is already in place so it doesn't appear to be the case. |
I see now I misunderstood something when I responded. I use my k5 in single press mode, and I'm pretty sure at least the pktriggercord/gphoto2 version of the indi driver requires it. The error message and fail to capture originally seemed more in line with my recent error, but I checked the code and it looks like the fail to get status may be because the camera is still busy capturing. I.e In press-press mode indi does a single press, and then releases at timeout, but the camera is still timing waiting for a second press, which then causes the pslr status check failure. That just leaves your original timing issue. I'm not sure it matters in the k3 but in the k5 I actually have to set my camera(older k5) to user1 and then set bulb mode in the camera's setup page. I then set the indi driver to B. You might also try enabling "force bulb mode" in the driver. |
Thank you for your assistance, I have just about given up on the idea of tethering with the K3.I will circle back around an give it a try again.
…-----Original Message-----
From: Blueshawk ***@***.***>
To: asalamon74/pktriggercord ***@***.***>
Cc: Subscribed ***@***.***>
Sent: Fri, Jan 14, 2022 7:41 am
Subject: Re: [asalamon74/pktriggercord] K-3 Bulb mode duration not set (Issue #73)
I see now I misunderstood something when I responded. I use my k5 in single press mode, and I'm pretty sure at least the pktriggercord/gphoto2 version of the indi driver requires it.The error message and fail to capture originally seemed more in line with my recent error, but I checked the code and it looks like the fail to get status may be because the camera is still busy capturing. I.e In press-press mode indi does a single press, and then releases at timeout, but the camera is still timing waiting for a second press, which then causes the pslr status check failure.That just leaves your original timing issue. I'm not sure it matters in the k3 but in the k5 I actually have to set my camera(older k5) to user1 and then set bulb mode in the camera's setup page. I then set the indi driver to B. You might also try enabling "force bulb mode" in the driver.
Sorry I can't be more help here. Maybe somebody in the indilib forum has a K3 and can help sort it out.—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I'd seen somewhere else the trick to set bulb mode in one of the user settings. I tried that in U3, but to no avail. I also tried switching astrotracer timed exposures on, but that failed, possibly because I have no OGPS1 module. I'm figuring I can use manual mode for exposures up to 30 sec which will help plate solving, then I can use an external intervalometer, but I'm not giving up yet ... |
Arg... I see now. I wasn't up to speed on the K3 and thought this was solved. Keep at it. Maybe somebody will shake it loose eventually. FWIW my k50 never did bulb.(gphoto issue 31) Anyone following can see this issue for more details: |
Setting camera (K-3) to bulb mode (single press) with a shutter speed of any multiple of seconds results in an exposure of 1/17 of a second.
I get the error:
pslr.c:948:get_status(p->fd) failed: 129
during a wait for the exposure to complete
I first tried this in ekos which uses libpktriggercord (via gphoto2) where setting bulb mode to press-pres meant the exposure would never complete
tested on firmware 1.41 and 1.43 under Opensuse leap 15.3
The text was updated successfully, but these errors were encountered: