×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

ATIK INDI driver and SDK 0.24

  • Posts: 712
  • Thank you received: 174
This time it looks different, it is apparently garbage, but before it looks like a noise.
Did you disconnect the camera between the tests?
9 years 2 months ago #3008

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

  • Posts: 2255
  • Thank you received: 223
no I did not, doing it now.
9 years 2 months ago #3009

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

  • Posts: 2255
  • Thank you received: 223
Here's the atik test file and the shorts.fits file too.
I have disconnected the camera before doing this test.
9 years 2 months ago #3010

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

  • Posts: 2255
  • Thank you received: 223
oops did not attach the files... sorry.
I cannot attach the .fits file to this thread.
Last edit: 9 years 2 months ago by Gonzothegreat.
9 years 2 months ago #3011
Attachments:

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

  • Posts: 712
  • Thank you received: 174
This time it failed during short exposure, it is different. Did you try it with some desktop computer?
9 years 2 months ago #3012

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

  • Posts: 2255
  • Thank you received: 223
I've tried with:
my Mac book air: not working
my small acer laptop: not working
my RasPi: not working
My Odroid-C1: not working

I can't see what's going on on the Mac, but from the Linux machines it's clearly something to do some USB timeout somehow.
9 years 2 months ago #3013

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

  • Posts: 712
  • Thank you received: 174
I don't understand it, I'm testing the same camera on RasPi, Ondoid-C1, MacBook air and it works :-( There is some hidden difference...
9 years 2 months ago #3014

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

  • Posts: 2255
  • Thank you received: 223
ok that's odd....mine is the mono version by the way.
Camera worked fine on my Windows laptop (can't test any more as I've formatted it)
9 years 2 months ago #3015

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

  • Posts: 2255
  • Thank you received: 223
Peter,
Can you share your atik_ccd_test on the Odroid-C1 please?
9 years 2 months ago #3016

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

  • Posts: 712
  • Thank you received: 174
sure... this is output on my odroid-c1...

File Attachment:

File Name: outout.txt
File Size:10 KB
Last edit: 9 years 2 months ago by Peter Polakovic.
9 years 2 months ago #3017
Attachments:

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

  • Posts: 2255
  • Thank you received: 223
thanks, could my Titan be faulty? Not sure how to test that.
9 years 2 months ago #3018

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

  • Posts: 2255
  • Thank you received: 223
comparing your output to mine:

yours:
-> AtikCameraImpl::open()
    libusb_claim_interface() -> LIBUSB_SUCCESS [b]/ LIBUSB_TRANSFER_COMPLETED[/b]
    libusb_set_interface_alt_setting() -> LIBUSB_SUCCESS [b]/ LIBUSB_TRANSFER_COMPLETED[/b]
 -> AtikCameraImpl::writeFW()

mine:
-> AtikCameraImpl::open()
    libusb_claim_interface() -> LIBUSB_SUCCESS
    libusb_set_interface_alt_setting() -> LIBUSB_SUCCESS
 -> AtikCameraImpl::writeFW()




more difference further down the file

yours:
<- AtikCameraImpl::getIOState 1 0
    copying buffer with precharge substraction 658 x 492 to 0, 0 - 658, 492
 -> AtikCameraImpl::setParTimeout(1000)
 <- AtikCameraImpl::setParTimeout 1
    unlock()


mine:
 <- AtikCameraImpl::getIOState 1 0
    copying buffer with precharge substraction 658 x 492 to 0, 0 - 658, 492
    [b]libusb_bulk_transfer -> LIBUSB_ERROR_TIMEOUT[/b]
 -> AtikCameraImpl::setParTimeout(1000)
 <- AtikCameraImpl::setParTimeout 1
    unlock()
Last edit: 9 years 2 months ago by Gonzothegreat.
9 years 2 months ago #3019

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

Time to create page: 0.544 seconds