×

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

Bi-monthly release with minor bug fixes and improvements

INDI and Sony A7s

  • Posts: 11
  • Thank you received: 0
I can build source code, not a problem.
I wondered where the code was stored, I did not see a recent commit on gphoto2 github repository, this is why I asked the question.
Sorry for being not comfortable with those process.

Bruno
5 years 11 months ago #26124

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

The change is in INDI GPhoto driver, not libgphoto2. The HOWTO is here: indilib.org/forum/general/210-howto-buil...st-libindi-ekos.html
5 years 11 months ago #26125

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

  • Posts: 11
  • Thank you received: 0
I've compiled the code for indi gphoto driver.
When Indi start, it detects the mode fallback speeds.



However, when trying to pass the shutterspeed to the cam, it fails and returning Failed to set widget...




Bruno
5 years 11 months ago #26126
Attachments:

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

Thanks. Please git pull and try again.
5 years 11 months ago #26128

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

  • Posts: 11
  • Thank you received: 0
hello,

This doesn't solve the issue. I have enclosed logfile.

Bruno
5 years 11 months ago #26137
Attachments:

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

For some odd reason, your log file does not include all the debugging data... even though logging is turned on. So it's missing quite a few points that should have shed light on this...
5 years 11 months ago #26150

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

You could also file a bug against libgphoto2 since the library is supposed to return this list like other cameras, so something is missing here and it is better fixed at the source instead of temporary hacks like the one I added.
5 years 11 months ago #26153

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

  • Posts: 11
  • Thank you received: 0
hello,

Sure. I will try to open a case in the libgphoto2 project, if the issue is not in indi driver, its not worth tweaking the code for bad reasons.
Will come back to you when progress will be done on the libgphoto2 side.

Bruno
5 years 11 months ago #26182

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

  • Posts: 41
  • Thank you received: 2

Replied by giuseppe on topic INDI and Sony A7s

Damn... there's something strange:

I had installed Ubuntu 16.04 Lts on an old Asus EEEPC with Indi etc... And the Sony A7S worked!!!

Now the EEEPC is really too slow and I decided to recover an ASUS T100; After several problems I finally managed to install Kubuntu 18.04.1 on Asus T100; I put Indi etc...with last gphoto... And Sony doesn't work anymore!!! :blink: Now i find all the problems marked by other users...


In attachments you can find the libgphoto version used on asus eeepc (i try this evening and sony works correctly)

Now, Is there a way to install this version of Libgphoto on Kubuntu 18.04.1? (I honestly do not want to redo the operating system on T100 with the risk that it does not work)

or maybe it's easier to create a special driver for the sony using the 2.5.16-2 version of libgphoto?

Thanks
Last edit: 5 years 8 months ago by giuseppe.
5 years 8 months ago #28193
Attachments:

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

  • Posts: 41
  • Thank you received: 2

Replied by giuseppe on topic INDI and Sony A7s

I forgot one thing:

This is the version of Gphoto installed on EeePC.
(2.5.15-2)

I do not know how the communication works between Gphoto, Libgphoto and Ekos but I think it might be useful to know that with these versions of the software the Sony A7S is usable.

I hope this information can be useful to find a solution

I would try to uninstall all Gphoto and Libgphoto and reinstall old versions on the ASUS T100 but I'm a noob and I have no idea how to do without combining disasters
5 years 8 months ago #28223
Attachments:

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

You can always build libgphoto2 from source, but it takes a little bit of experience to get that going. If you can do this, then you can even do something called 'git bisect' which is a way to find which code was responsible for introducing the problem. But you could start with compiling libgphoto2 first from source.
The following user(s) said Thank You: giuseppe
5 years 8 months ago #28229

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

  • Posts: 41
  • Thank you received: 2

Replied by giuseppe on topic INDI and Sony A7s

Ok, i will try

only few things:
1: i must unistall gphoto and libgphoto before install hold versions?
2: if i can install hold versions, what's going on when i will launch "apt-get upgrade" and "apt-get upgrade"? Gphoto and Libgphoto will be upgrade to the last release?

For build hold versions:

1: download the hold packages from gphoto website
2: unzip packages
3: cd libgphoto2-2.5.16
4: ./configure
5: make
6: sudo make install

7: redo same steps for gphoto2-2.5.15

Correct?

Thanks
5 years 8 months ago #28230

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

Time to create page: 0.697 seconds