Search found 13 matches

by skithebird
Fri Nov 27, 2020 10:28 pm
Forum: How do I?
Topic: Any Way to Test For Image Bit Depth?
Replies: 3
Views: 891

Re: Any Way to Test For Image Bit Depth?

Thanks Robin! Good to know. And that makes me feel a little better. We're using ImageJ for our processing, and it's usually pretty reliable. Our coding error was the culprit this time, accidentally forcing ImageJ to read and display only 8 bits. Hope you had a Happy Thanksgiving. Bob
by skithebird
Wed Nov 25, 2020 1:26 am
Forum: How do I?
Topic: Any Way to Test For Image Bit Depth?
Replies: 3
Views: 891

Re: Any Way to Test For Image Bit Depth?

Ooooops. Please ignore. I pulled this trigger too fast. The mistake was caused by a coding error on our side. SharpCap is working brilliantly. We do indeed have 12 bit depth. Sorry for this question. Thanks Robin.
by skithebird
Tue Nov 24, 2020 10:00 pm
Forum: How do I?
Topic: Any Way to Test For Image Bit Depth?
Replies: 3
Views: 891

Any Way to Test For Image Bit Depth?

We're using a ZWO ASI183GT camera and have set SharpCap's Colour Space for MONO16 with a full sized (5496x3672) capture area. We've taken hundreds of snapshots in *.png output file format. Each saved image is about 20 MB in size, but occasionally we've noticed a smaller sized file saved (~10 MB). Al...
by skithebird
Tue Oct 27, 2020 8:40 pm
Forum: Bug Reports
Topic: Connecting multiple ZWO cameras
Replies: 18
Views: 6982

Re: Connecting multiple ZWO cameras

Thanks Robin. Just wanted to be sure I wasn't missing something. The two-incidence solution seems quite robust. Thanks again. Bob
by skithebird
Mon Oct 26, 2020 4:19 am
Forum: Bug Reports
Topic: Connecting multiple ZWO cameras
Replies: 18
Views: 6982

Re: Connecting multiple ZWO cameras

FYI. I opened a second incidence of SharpCap and now have each ZWO camera working independently on side-by-side screens. This will work of course. But I'm still wondering if there's a way of doing this within a single incidence of SharpCap.
by skithebird
Mon Oct 26, 2020 2:51 am
Forum: Bug Reports
Topic: Connecting multiple ZWO cameras
Replies: 18
Views: 6982

Re: Connecting multiple ZWO cameras

Hi Robin! My USB connections seem to be working without issue using a Lenovo laptop, Windows 7 Pro and SharpCap V 3.2.6441.0. So far anyway. Both my ZWO cameras (ASI178MC and ASI183GT) are listed under Cameras. I can switch between them, but can only get one camera working at a time. Despite reading...
by skithebird
Sun Sep 20, 2020 2:00 am
Forum: Scripting
Topic: How To Add Time Delay Between Array of Sequential Exporsures
Replies: 13
Views: 3672

Re: How To Add Time Delay Between Array of Sequential Exporsures

Thanks Robin!! That would be really great. I sure appreciate your timely support. I wonder how difficult would it be to for SharpCap scripts to process images using ImageJ? By this I mean running ImageJ routines directly from SharpCap scripts. We're currently processing multiple series of SharpCap i...
by skithebird
Fri Sep 18, 2020 9:26 pm
Forum: Scripting
Topic: How To Add Time Delay Between Array of Sequential Exporsures
Replies: 13
Views: 3672

Re: How To Add Time Delay Between Array of Sequential Exporsures

Thanks Robin! Now were getting close. My exposure level is now just as linear as yours with rising exposure time!! :shock: The only "issue" is that the code written to print exposure time versus level is showing "None, number" in console. List[Camera]([<SharpCap.Models.Camera obj...
by skithebird
Fri Sep 18, 2020 6:45 pm
Forum: Scripting
Topic: How To Add Time Delay Between Array of Sequential Exporsures
Replies: 13
Views: 3672

Re: How To Add Time Delay Between Array of Sequential Exporsures

Hi Robin, I agree, if we were calling such short exposure times. We're not, or at least trying not to call 0.1 ms. Our understanding has been that the software and camera respond to seconds as the default. When we write: exposure_array = [.1, .2, .3, .4, .5, .6, .7, .8, .9, 1, 1.1] we are expecting ...