Replies: 7 comments 11 replies
-
Merged #969 to support indi_gphoto_ccd. I had coded the support for Canon for the indi_canon_ccd server, but I see that is just an alias for indi_gphoto_ccd. |
Beta Was this translation helpful? Give feedback.
-
That changed things, but now after running setup.sh and choosing indi, I see:
Note I am running indiserver manually so I can specify indi_gphoto_ccd, because: I was "forced" to choose 'CCD Simulator' from the list of indi cameras during setup because indi_gphoto_ccd was not offered . In the left web display, the two previous cameras also show up in the drop down box, but not the gphoto one.
In the configuration section, it says: So trying to inspect/set the camera somhow, after activating the virtualenv, I see:
Guidance appreciated! |
Beta Was this translation helpful? Give feedback.
-
Thank you.
The camera is in Bulb mode and there is no internal SD card. |
Beta Was this translation helpful? Give feedback.
-
Understood about moving and no camera--appreciate the help to date. That log file only has repeated lines of:
|
Beta Was this translation helpful? Give feedback.
-
I should have been more specific - I didn't see a hint how to fix in the quasi-GUI blue dialog boxes when it warned about 2.0.4. |
Beta Was this translation helpful? Give feedback.
-
Reading back through the comments, I think you may need to define the CCD_INFO properties for the camera, as this information is not auto-detected. If these are not defined, indi might not function correctly. I tested with my Rebel T6 (1300D) and it functioned fine with INDI 2.0.4.
From: https://github.com/aaronwmorris/indi-allsky/wiki/INDI-custom-config#dslr {
"PROPERTIES" : {
"CCD_INFO" : {
"CCD_MAX_X" : 5184,
"CCD_MAX_Y" : 3456,
"CCD_PIXEL_SIZE" : 4.3,
"CCD_PIXEL_SIZE_X" : 4.3,
"CCD_PIXEL_SIZE_Y" : 4.3,
"CCD_BITSPERPIXEL" : 16
}
},
"SWITCHES": {
"CCD_CAPTURE_FORMAT": {
"on": [
"FORMAT_7"
]
}
}
} Note: Based on your indi_getprop output, I think FORMAT_7 is the correct for RAW on the 7D |
Beta Was this translation helpful? Give feedback.
-
On to the next problem with the 7D: the images are being post-processed and "overdriven", at least I believe, by allsky to be entirely uniformly gray. I've tried changing in the camera tab the night and day gain modes, but to no avail. Any suggestions? |
Beta Was this translation helpful? Give feedback.
-
I'm experimenting with a Canon 7D. I built libgphoto 2.5.3 manually.
The camera is detected and indi_gphoto_ccd client through indi server appears to be connecting to the camera via USB cable and identify the camera as such. But I see errors from the log below.
If this should be working, I'll try writing a Python client (though I'm stuck in dependency hell with pip3 and apt-get install for libgphoto2, python-gphoto2, ekos).
Beta Was this translation helpful? Give feedback.
All reactions