Search found 3 matches

by sebgod
Sun Sep 27, 2020 5:14 am
Forum: Not Currently Planned
Topic: Record Focal Length with images
Replies: 8
Views: 11698

Re: Record Focal Length with images

Hi Robin, Exposing ITelescopeV3 completly would be a nice addition. For now (v3.2) I have hacked together a script that uses ASPS directly and thus allows me (or whoever wants to use it) to rely on ASPS focal length setting in case the build-in way fails to plate solve. I have tested this with the &...
by sebgod
Thu Sep 24, 2020 4:12 am
Forum: Not Currently Planned
Topic: Record Focal Length with images
Replies: 8
Views: 11698

Re: Record Focal Length with images

Hey thanks, specifically I was referring to the property FocalLength in the interface ASCOM.DeviceInterface.ITelescopeV3. If the IFilterWheelV2.FocusOffsets (array of int) property would also be made available then one could probably script something together. Though I am not sure how the offset wou...
by sebgod
Wed Sep 23, 2020 4:53 am
Forum: Not Currently Planned
Topic: Record Focal Length with images
Replies: 8
Views: 11698

Re: Record Focal Length with images

Ideally this feature would read the focal length that a connected (ASCOM) mount provides (this is unfortunately not supported in the Python scripting interface SharpCap.Mounts.SelectedMount). Writing the focal length itself via SharpCap.SelectedCamera.AdditionalFitsHeaders['FOCALLEN'] = 500 works th...