×

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

Bi-monthly release with minor bug fixes and improvements

INDI DSLRs FAQ

  • Posts: 85
  • Thank you received: 40

Replied by Hans on topic INDI DSLRs FAQ

Another "Can not open camera: Power OK?" reason : Gnome got in the way by automounting the camera on detection.
This default gnome behaviour can be disabled by :
gsettings set org.gnome.desktop.media-handling automount false

Ideally the INDI driver shows more info on why it cannot open the camera. Something like a check with lsusb for the usb port and a grep of lsof for that device which shows to the user wtf is going on; what other process has already opened this camera device.

-- Hans
The following user(s) said Thank You: Jasem Mutlaq, Craig, Richard Horn
8 years 5 months ago #5714

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

  • Posts: 643
  • Thank you received: 62

Replied by Magnus Larsson on topic INDI DSLRs FAQ

Error messages like "unable to download/read image" or strange errors in reading or downloading images might be related to memory card in camera being full or fragmented. Formatting the memory card might help,

Magnus
7 years 2 months ago #14522

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

  • Posts: 15
  • Thank you received: 3

Replied by robert on topic INDI DSLRs FAQ

My setup :
canon 6d II via usb//RPi /gphoto/Indi/Ekos-Kstars -

in a session/sequence, is there a simple way not to receive the pix on the RPi?
the remote/client option still assumes that either the Indi server of the Ekos client receives the FITS/native image from the camera. In my case both are on the same machine (RPi). So somehow the image gets onto my RP. I understand this is needed for the astrometry and/or focusing but storing all files fills up the precious little space i have on the RPi .

thanks
5 years 2 weeks ago #37521

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

  • Posts: 5
  • Thank you received: 0

Replied by ziv on topic INDI DSLRs FAQ

Of course, after filming the photo save in the RPI, and automatically downloads to your pc, in the dslr sequence platform there is a local, remote or both, choose both, and give a link to save for each one, on the RPI and for PC
4 years 10 months ago #39708

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

  • Posts: 15
  • Thank you received: 3

Replied by robert on topic INDI DSLRs FAQ

thanks but in that case will the file still not reside on the Pi? i want to save space really. Reading "both" seems to double the disk space required. Am i getting this wrong?
4 years 10 months ago #39957

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

  • Posts: 5
  • Thank you received: 0

Replied by ziv on topic INDI DSLRs FAQ

Yes, but the problem is that when you take photo, it saved automatically in stellarmate, and than it will download the file to the PC and than you can delete it, or by pressing remote it will delete it automatically, it's not recommended, mut it can be done, do both, and at home you can delete it, just put a larger SD card 32giga is more then enough.
Good luck mate
4 years 10 months ago #39964

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

  • Posts: 15
  • Thank you received: 3

Replied by robert on topic INDI DSLRs FAQ

i have been working with Marcus Meissner to include Panasonic Lumix cameras in libgphoto2 over wifi/http. (github.com/gphoto/libgphoto2/tree/lumix) this is starting to work well form gphoto2 CLI however the --auto-detect option is not yet avail since libgphoto does need the IP address of the camera to connect to it. so at the moment the CLI options for gphoto2 are:
gphoto2 --port ip:192.168.1.14 --camera "Panasonic LumixGSeries"

Is there a way to configure the indi gphoto driver to include these options at startup instead of relying on the --auto-detect?

Thanks
4 years 9 months ago #40935

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

Replied by Jasem Mutlaq on topic INDI DSLRs FAQ

Thank you for your work! Please check out gphoto_open function and see how we can use libgphoto2 to communicate over IP instead of USB. Maybe we can reuse the
shutter_release_port
? That is, we detect if the value in there is an IP address (either ipv4 or ipv6) and then make the appropriate call for libgphoto2.
4 years 9 months ago #41008

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

  • Posts: 15
  • Thank you received: 3

Replied by robert on topic INDI DSLRs FAQ

Hi Jaseem,

it has been a while since i looked at the code. work got in the way...
Anyway i did install the dev stack of indi and 3rdparty drivers in order to see what can be done with the gphoto_open as you suggested. however I am not sure how much of the args are passed and i cannot make much sense of some of what is happening...

for instance:
1)
gphoto2 --list-ports
returns
Devices found: 4
Path                             Description
--------------------------------------------------------------
ptpip:                           PTP/IP Connection               
ip:                              IP Connection                   
serial:/dev/ttyS0                Serial Port 0                   
serial:                          Serial Port Device

this would lead me to believe that a port "ip:192.168.1.12" in the config panel should be passed on correctly to the driver but i cannot get it to pass .

2) i cannot see how
--camera "Panasonic LumixGseries"
can be passed as an arg to the driver.
3) also i do not get how gphoto_ccd and gphoto_driver are connected.
4) i tried to create lumix entry in the indi_gphoto_xml.cmake which does appear correctly on the ksars camera menu but fails at launch.
5) it seems that none of the attempts i made in modding the gphoto_open led to any consideration in the execution almost as if the original driver was called but i did change the target from /usr/local to /usr/ ...

anyway long one to ask for you to look at this probably simple feat for you but quite complex for me. I would be quite keen to go back and forth with you if you cannot test the actual driver against the lumix cameras...

Thanks in advance

Robert
4 years 2 months ago #48639

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

Replied by Jasem Mutlaq on topic INDI DSLRs FAQ

Hello Robert,

The process is more involved than that. Edit line 1579 in gphoto_driver.cpp and change it to something like this:
index = gp_port_info_list_lookup_path(portinfolist, "ip:192.168.1.12");

or make that "ptpip:192.168.1.12" .. then compile and install. Then run the indi_gphoto_ccd driver and put a break point at that link (#1579) and press Connect in the driver. It should take you there. See if the rest of the code works fine or if returns any error.

If it is indeed as simple as this, then we can add an IP address property to the driver and if non-empty then we use it there.
4 years 2 months ago #49054

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

  • Posts: 20
  • Thank you received: 6

Replied by Norman on topic INDI DSLRs FAQ

Hello fellow community :)

I know this is an old thread, but I just landed here searching for my problem.

If anyone is having problems taking images with a Nikon Z-series, and restarting everything does not help, there is a nice little detail about the mirrorless Nikons. When you unplug the power while the camera is on, the camera closes the mechanical front curtain (I have an external power-supply instead of the battery). The front curtain stays closed after the next power-on until you manually press the release button on the camera. While the mechanical shutter is closed the camera will not take any pictures or open the front curtain from software commands. You only recognize this in EKOS from capture errors and permanent retries.

A nice side effect is, that you protect your sensor from dust when you unplug the power after an imaging session :)
The following user(s) said Thank You: R Dan Nafe
3 years 10 months ago #54821

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

  • Posts: 144
  • Thank you received: 7

Replied by Ettore on topic INDI DSLRs FAQ

I have big problems with Indi-canon, when I connect the 1300D everything is fine, but the configuration of the bits and pixels is wrong.
Here's what comes out..
3 years 10 months ago #54981
Attachments:

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

Time to create page: 1.240 seconds