pyindi-client icon indicating copy to clipboard operation
pyindi-client copied to clipboard

live capture?

Open pauladam316 opened this issue 1 year ago • 1 comments

Are there any tutorials on how to do live video capture with pyindi-client? I want to set it up with my canon DSLR but I'm unclear if its even supported.

pauladam316 avatar Jul 20 '24 02:07 pauladam316

I did this script for my own controller: https://github.com/jmalgarin86/TelescopeController/blob/dev/controllers/controller_camera.py To run it as a standalone script, I think you should comment line 82. You should add the plot of the acquired frames.

jmalgarin86 avatar Aug 31 '25 21:08 jmalgarin86