By using SDK, I want to run the three ASI294MM Pro cameras simultaneously with one computer.
That is, if I give a command, three cameras start to give the same exposure at the same time and save the images with the different filenames.
(My final goal is controlling four cameras simultaneously)
Technical Support Engineer kindly gave me the comment as follows.
"Our SDK can only manage 2 camera connection at a time - you can however run multiple instances of the SDK"
What I'm thinking of is to make two identical C++ codes that control two cameras,
and run those two codes at the same time. In this way, I may be able to control maximum 4 cameras.
However, the problem is that one camera is connected multiple times.
That is if there are cameras 1,2 and 3
1th SDK connect camera 1 and 2
2nd SDK connet camera 1 (not camera 3!!!)
It seems that each camera does not have a unique number or name.
All cameras seem to ve recognized as ZWO ASI294MM Pro, so I can not specify them.
How can I solve this problem?
Also, do you think this method will work well without any crashes or conflict problems??
Any comments would be very very helpful.
Thank you so much.