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

K-3 Bulb mode duration not set #73

Open
jesshurch opened this issue Jan 13, 2022 · 6 comments
Open

K-3 Bulb mode duration not set #73

jesshurch opened this issue Jan 13, 2022 · 6 comments

Comments

@jesshurch
Copy link

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

@Blueshawk
Copy link

Blueshawk commented Jan 14, 2022

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.
If this doesn't do it you might get help at the indilib forum, or
set an issue at the indilib git https://github.com/indilib/indi

Hope this helps!

@jesshurch
Copy link
Author

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'll try the indilib git as I suspect more people will be using indilib than pktriggercord independently

@Blueshawk
Copy link

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.

@56Tbird
Copy link

56Tbird commented Jan 14, 2022 via email

@jesshurch
Copy link
Author

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 ...

@Blueshawk
Copy link

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:
indilib/indi-3rdparty#90

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

No branches or pull requests

3 participants