×

INDI Library v2.0.4 Released (01 Oct 2023)

Bi-monthly release with minor bug fixes and improvements

ZWO 2600MC is not working - Crashes consistently after two subs

  • Posts: 131
  • Thank you received: 11
Very similar setup to me with VNC, PegasusAstro etc. I save onto a USB3 stick that’s connected directly to the Pi4.

I don’t think I’ve seen any comments from Jasem and others from the most recent crash dumps though.
Skywatcher EQ6R / EdgeHD 8" / ZWO 1600MC / 2600MC / ZWO 290mm / 120MM-S / StellarMate
2 years 6 months ago #68888

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

  • Posts: 139
  • Thank you received: 14
Ran an imaging session the other night with latest nightly on SM via VNC. Got through lights and darks, but when it came to flats, I forgot to set a decent delay time between images, and Ekos crashed after about the third image. After a restart and setting about a six second delay, it ran the flats sequence.

Seems if Ekos tries to write the very large files created by the 2600 too quickly (short exposures like bias and flats), it crashes.
The following user(s) said Thank You: Jasem Mutlaq
2 years 6 months ago #69018

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

  • Posts: 57
  • Thank you received: 4
I'm also seeing crashes which seem related to file size. I'm using the QY268C, which uses the same sensor.
Latest Stable build, using auto-debayer and auto-compute HFR (so I can see these values for focus monitoring).
The following user(s) said Thank You: Craig
2 years 6 months ago #69066

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

  • Posts: 535
  • Thank you received: 109
I suspect the persisting speed of the captured data is slower than the incoming capture data rate in some cases.  The USB memory buffer is set to 256M, but your cameras are producing very large file sizes. If this buffer fills before the image is persisted, there is only room for 1 or 2 images in memory.

To verify this, try running this just before a capture session `sudo echo 512 > /sys/module/usbcore/parameters/usbfs_memory_mb` .  If that gives you more frames captured before crashing, then you may have an overrun.  This doesn't fix the problem, but may show where the problem is, and you will want to find a faster way to persist the image data.

Jim
 
12" pier with HDX110 using EQMod
ASI 1600 mono/color mains with ASI290MM in off-axis
ASI filter wheel
Moonlite focusers for the sharpening
AT115EDT w/.8x for the light
Fedora Linux, 100% INDI
The following user(s) said Thank You: Craig
2 years 6 months ago #69074

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

  • Posts: 57
  • Thank you received: 4
Thanks - I'll give it a try tonight. I'm also wondering if it might be related to this FITSView bug mentioned by KNRO - indilib.org/forum/ccds-dslrs/9059-fitsvi...3c-kstars-3-5-2.html
2 years 6 months ago #69081

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

  • Posts: 1947
  • Thank you received: 419

Whether it is related to the FITS viewer or not should be easy to test. Simply disable the FITS viewer (in the KStars configuration) and see if that solves the crashes.
Wouter van Reeven

ASI6200MM and 7 slot 2" filter wheel with a SkyWatcher Esprit 80 ED on a SkyWatcher HEQ5-Pro
ASI1600MM-Pro Cooled and 5 slot 1.25" filter wheel with an 8" TS Ritchey-Chrétien on a SkyWatcher EQ6-R
2 years 6 months ago #69088

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

  • Posts: 864
  • Thank you received: 81
I just got my ASI2600MC.
Had 4 successful sessions with INDI running on RPI4 (latest SM stable) and KStars/Ekos on Windows client.
No problems.

Tonight, however, I ran into this very problem.
Running everything on RPI4.
After 2-3 frames it crashes consistently with a "unable to allocate memory for temporary bayer buffer: std::bad_alloc" message
Max S.

MeLe 3Q x 2 with Stellarmate X.
Askar FRA400, TPO RC6, Nikon D5500 full spectrum (with IDAS D1 clip-in filter)
ASI2600MC Pro, ZWO ASI120MM Mini x 2
ZWO 30F4, Orion 50 mm f/3.2
ZWO EAF x 2
ZWO AM5, RST-135, SW HEQ5, SW AZ-GTi
Last edit: 2 years 6 months ago by maxthebuilder.
2 years 6 months ago #69515

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

  • Posts: 864
  • Thank you received: 81
OK. Disabled Auto Debayer and Adaptive Sampling - all seems to be good now. Ufff...
Going to a dark place on Friday with my mobile setup - first time with ASI2600.
Max S.

MeLe 3Q x 2 with Stellarmate X.
Askar FRA400, TPO RC6, Nikon D5500 full spectrum (with IDAS D1 clip-in filter)
ASI2600MC Pro, ZWO ASI120MM Mini x 2
ZWO 30F4, Orion 50 mm f/3.2
ZWO EAF x 2
ZWO AM5, RST-135, SW HEQ5, SW AZ-GTi
The following user(s) said Thank You: Paul Muller
Last edit: 2 years 6 months ago by maxthebuilder.
2 years 6 months ago #69518

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

  • Posts: 131
  • Thank you received: 11
Has anyone tested whether 3.5.3 brings back the ability to show debayered images?

Or are we stuck with this on these newer camera’s with larger sensors even though devices like Pi’s have enough extra memory in theory to allow this feature to be used without crashing.
Skywatcher EQ6R / EdgeHD 8" / ZWO 1600MC / 2600MC / ZWO 290mm / 120MM-S / StellarMate
2 years 5 months ago #70937

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

It should work fine, but remember we're still limited by the 32bit OS. I think that we don't see 64bit OS before the next stable release of Debian.
Jasem Mutlaq
Support INDI & Ekos; Get StellarMate Astrophotography Gadget.
How to Submit Logs when you have problems?
Add your observatory info
The following user(s) said Thank You: Craig
2 years 4 months ago #70959

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

  • Posts: 6
  • Thank you received: 2
I've been having horrible results with EKOS and my ASI2600MC for over a year. I keep hoping software updates will fix it, but all of my imaging sessions are ruined by the PI crashing. I have un-selected debayering in EKOS FITS setup, and it still crashes. Sometimes after taking one frame, sometimes after taking a few.

Very frustrating... I had a ticket opened about this a while back, and some beta fixes were loaded onto my Stellarmate, but it didn't really help.
The following user(s) said Thank You: Craig
2 years 3 weeks ago #75240

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

Scott, can you please submit a ticket to Stellarmate? we'll take it from there.
Jasem Mutlaq
Support INDI & Ekos; Get StellarMate Astrophotography Gadget.
How to Submit Logs when you have problems?
Add your observatory info
2 years 3 weeks ago #75247

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

Time to create page: 0.555 seconds