×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

ZWO 1600mm 16bit

  • Posts: 132
  • Thank you received: 9

Replied by James Amendolagine on topic ZWO 1600mm 16bit

OH, I was wrong. I only get the error when trying to do a sequence of flats. I am still getting this error:

2019-09-09T11:21:22 Flat calibration failed. Captured image is only 8-bit while requested ADU is 12000.00.
4 years 6 months ago #43117

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 9

Replied by James Amendolagine on topic ZWO 1600mm 16bit

OK, I found this thread where the user has similar issues with the image timer looping:
indilib.org/forum/ccds-dslrs/1326-zwo-as...tested.html?start=36

I'm wondering if it's an issue with the firmware on the camera. I noticed that the version on the ZWO website is quite a bit higher that the one in the camera: 1,14,0315 vs v1.14.0715

I think that I'm going to try and update the firmware...

Jamie
4 years 6 months ago #43118

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 9

Replied by James Amendolagine on topic ZWO 1600mm 16bit

OK, so it looks like I had an error in my build scripts. I was not pulling indi-asi amongst other things. I'm going to rebuild and try again...
4 years 6 months ago #43119

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 9

Replied by James Amendolagine on topic ZWO 1600mm 16bit

I've pulled r1.8.1 and rebuilt. The indi_asi_ccd driver now shows SDK version: 1,14,0715 which is the latest. Given the same settings I'm still getting the endless loop. So I tried a suggestion from another thread. I reduced the image size, and now it works in 16bit raw. This is at 3264x2464. The native resolution is 4656x3520. So this is not a very good solution, but it at least seems to be pointing in some direction... I may need to try different PC hardware, or try and tweak some settings.

Jamie
4 years 6 months ago #43121

Please Log in or Create an account to join the conversation.

  • Posts: 1309
  • Thank you received: 226

Replied by Andrew on topic ZWO 1600mm 16bit

Images captured in 12 or 14 bit are saved in a 16bit files as a standard. You don't magically gain additional bits of information this way as the extra bits are all zeroes. Advantage is 16 bit has to room to faithfully store the full 12 or 14 bit information. On the other hand 8 bit containers do not, and thus will not record all the information the hardware is capable of.
4 years 6 months ago #43122

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic ZWO 1600mm 16bit


I'm curious if changing the usbfs_memory_mb could help edit? Edit the 99-asi.rules
sudoedit /lib/udev/rules.d/99-asi.rules

Change the 256 in the first line to something like, maybe 512?

Though I think long term solution might involve ZWO breaking down the usb bulk transfer into more manageable chunks.
4 years 6 months ago #43123

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 9

Replied by James Amendolagine on topic ZWO 1600mm 16bit

Yep. Not expecting bits that aren't there, but I would like the ones that are:)

So digging deeper it looks like the usb connection should be good @5000M (below).
I wonder what else I might be able to try?


T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 6 Spd=5000 MxCh= 0
D: Ver= 3.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 9 #Cfgs= 1
P: Vendor=03c3 ProdID=1604 Rev=00.00
S: Manufacturer=ZWO
S: Product=ASI1600MM Pro
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=512mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
4 years 6 months ago #43124

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 9

Replied by James Amendolagine on topic ZWO 1600mm 16bit

Woot! That did it. I did not have that rule installed. Was this supposed to be installed with indi, or is it a tweak that someone just found.

I used this that I found here: github.com/indilib/indi/blob/master/3rdp...-common/99-asi.rules

ACTION=="add", ATTR{idVendor}=="03c3", RUN+="/bin/sh -c '/bin/echo 256 >/sys/module/usbcore/parameters/usbfs_memory_mb'"
# All ASI Cameras and filter wheels
SUBSYSTEMS=="usb", ATTR{idVendor}=="03c3", MODE="0666"


Thanks!
The following user(s) said Thank You: Feilim Breatnach
Last edit: 4 years 6 months ago by James Amendolagine.
4 years 6 months ago #43125

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic ZWO 1600mm 16bit

This rule is installed when you install the PPA along with other rules per camera manufacturer.
The following user(s) said Thank You: James Amendolagine
4 years 6 months ago #43130

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 9

Replied by James Amendolagine on topic ZWO 1600mm 16bit

I see. Makes sense. Just compiling from source so that's why I didn't get it. Anyway it's working now. Can't wait to try it out and see all of the bits!

Jamie
4 years 6 months ago #43131

Please Log in or Create an account to join the conversation.

  • Posts: 24
  • Thank you received: 2

Replied by Feilim Breatnach on topic ZWO 1600mm 16bit

I think I might (possibly) be experiencing the same type of problem with my ASI294MC-Pro. In my case, when capturing darks the first 300 second dark downloads OK, but subsequent dark downloads are corrupt/incomplete (either with a filesize of 0MB, or ~5MB - expected filesize would be ~23MB).

I also built from source.

Can you guide me on how to apply the rule you posted above? Are these commands to be entered from bash?
4 years 6 months ago #43764

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 9

Replied by James Amendolagine on topic ZWO 1600mm 16bit

Sorry, I didn't get a notification about your post..

If you still need it, or if anyone else does. Just search for the rule file, and put it into your system rules. Something like this:
pi@raspberrypi:/usr/local/indi$ find . | grep asi.rule | grep asi
./indi-3rdparty/asi-common/99-asi.rules
./indi-3rdparty/debian/indi-asi/rules
./3rdparty/asi-common/99-asi.rules
./debian/indi-asi/rules


cp ./3rdparty/asi-common/99-asi.rules /etc/udev/rules.d/
4 years 4 months ago #46062

Please Log in or Create an account to join the conversation.

Time to create page: 0.403 seconds