×

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

Bi-monthly release with minor bug fixes and improvements

INDI and Sony A7s

Replied by Jasem Mutlaq on topic INDI and Sony A7s

Please attach the complete config.xml file as well. The problem with the speed shutter widget is this:
Sony DSLR Alpha-A7S (Control) :  "[WARNING] Shutter speed widget does not have any valid data (count=0) "

So for other cameras, the shutter speed list is given for all possible supported shutter speeds. I suspect because Sony A7 support is new in libgphoto2 and they haven't gotten around to doing that. Is there a way to convert the requested time to the shutter speed? 1 second = 10/10, how about 5 seconds? 50/10 ? how about 1/4000, or 1/8000 ...etc?
5 years 11 months ago #26081

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

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

This is correct, 10/10 is for 1 seconds, please find attached the mapping for all the shutter speeds

Best regards,
bruno
5 years 11 months ago #26091
Attachments:

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

How did you get this list? from gphoto2 itself??
5 years 11 months ago #26093

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

  • Posts: 11
  • Thank you received: 0
I took all the shutter speed of the A7S and found the relevant command in gphoto2 to match the speed in CLI.
In fact, what you found out is that the XML file should be populated with an array containing all the shutterspeed like the ISO_SPEED SwitchVector ?

Bruno
5 years 11 months ago #26097

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

This list should be supplied by the libgphoto2 itself, but for some reason, something is missing. If you do gphoto2 --list-all-config , what do you get? We might need to file a bug report to libgphoto2 so that they can address the issue.
gphoto2 --debug --debug-logfile=gphoto_log.txt list-all-config
Last edit: 5 years 11 months ago by Jasem Mutlaq.
5 years 11 months ago #26099

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

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

The section describing the choices for shutterspeed is not populated, it shows the current shutterspped (13s was the setting when i launched the command)
I am currently running the following versions :



I have attached the gphoto2 -list-all-config output.

Bruno
5 years 11 months ago #26114
Attachments:

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

Ok, so I'll try to add a "fallback" mode when shutter speed is not defined. Meanwhile, please file an issue/bug report at libgphoto2 here so they can fix it: github.com/gphoto/libgphoto2/issues
5 years 11 months ago #26119

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

Ok please git pull and test the driver now with the fallback mode.
5 years 11 months ago #26120

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

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

could you explain a little more please, what do I need to pull ? At which URL ?
I am not very familiar with developpment.

Bruno
5 years 11 months ago #26122

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

Replied by Jasem Mutlaq on topic INDI and Sony A7s

In that case, just wait for the nightly PPA... I assume you're using that?
5 years 11 months ago #26123

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

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

Time to create page: 0.391 seconds