×

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

Bi-monthly release with minor bug fixes and improvements

Changing the camera pixel size in Indi

  • Posts: 30
  • Thank you received: 2
Hi

I'm using the FireflyMV Indi Driver (as it's the only one I can get to connect), but it's set with a different pixel size, width and height to the camera I have.



Is it possible to change the pixel size and max width and height settings somewhere? I don't seem to be able to type in the boxes and there is no set option on this page.
3 years 10 months ago #54529
Attachments:

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

The current driver appears to be limited to Point Grey Firefly MV, what's your model exactly?
3 years 10 months ago #54541

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

  • Posts: 30
  • Thank you received: 2
Thanks

It's an Atik GP, which I believe is a rebranded Grey Point Chameleon, which I'm assuming is why the Grey Point Firefly driver works, just with the wrong image and pixel size.

I can get the guide camera to work under Indigo, but can't seem ot integrate everything with EKOS (kstars) that way.

It's so close to all working. I just need to get the guide camera working a bit better than it is currently.

I've heard it works on Stellarmate using the Atik CCD driver, so maybe thats an option, it's just something else new to learn and I'm sooo close
Last edit: 3 years 10 months ago by Chris Stamper.
3 years 10 months ago #54546

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

What's the VID:PID from lsusb for this camera? What's the width, height, and pixel size?
Last edit: 3 years 10 months ago by Jasem Mutlaq.
3 years 10 months ago #54555

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

  • Posts: 30
  • Thank you received: 2
I think this is what you are asking for.

Product ID: 0x2005
Vendor ID: 0x1e10 (Point Grey Research Inc.)
Version: 0.03
Serial Number: 00F819B6
Speed: Up to 480 Mb/s
Manufacturer: Point Grey Research


Sensor Type: Sony ICX445 EXview HAD II CCD.
Horizontal Resolution: 1296 pixels.
Vertical Resolution: 964 pixels.
Pixel Size: 3.75 µM x 3.75 µM.
ADC: 12 bit.
Frame rate: 30 fps max.
3 years 10 months ago #54556

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

Ok so I added Atik GP support by checking the model_id parameter of the camera.. not sure if this would work. Please git pull from repository and test it out.
The following user(s) said Thank You: Chris Stamper
Last edit: 3 years 10 months ago by Jasem Mutlaq.
3 years 10 months ago #54560

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

  • Posts: 30
  • Thank you received: 2
That sounds amazing thanks, I think I've found some instruction on how to pull it down. Exactly what do I need to pull though? I think I've pulled the whole of the core library repository, hopefully that's correct.
Last edit: 3 years 10 months ago by Chris Stamper.
3 years 10 months ago #54563

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

  • Posts: 30
  • Thank you received: 2
Do I need to do anything in kstars to connect to the new pull, or should it all happen automatically?

I'm guessing I need to follow these build steps.

Build indi-core

mkdir -p ~/Projects/build/indi-core
cd ~/Projects/build/indi-core
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ~/Projects/indi
make -j4
sudo make install

I get a error on the cmake command
-bash: cmake: command not found

No doubt I'm doing something wrong.
Last edit: 3 years 10 months ago by Chris Stamper. Reason: Further information
3 years 10 months ago #54564

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

  • Posts: 30
  • Thank you received: 2
Well it could just be a complete co-incidence but today all the problems I have had have gone away my guide camera is no longer massively noisy and it can select stars no problem. If it's not a co-incidence thanks so much for your help.
3 years 10 months ago #54630

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

Did you select Atik GP driver now in the equipment profile?
3 years 10 months ago #54742

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

  • Posts: 30
  • Thank you received: 2
No I didn't, so as expected I've not managed to compile the build correctly.

I seem to be having an issue with the CDMake step. I think I must be getting the file path wrong. Does the /usr in PREFIX=/usr need to be pointed at the right path.
The CDMake install has a visual interface, but I'm not sure where to point that either.
3 years 10 months ago #54744

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

  • Posts: 30
  • Thank you received: 2
Well I got the visual interface of CDMake to do something, but got an error

CMake Error at cmake_modules/FindNova.cmake:49 (message):
libnova not found. Please install libnova development package.
Call Stack (most recent call first):
CMakeLists.txt:293 (find_package)

Looks like I'm still missing something, will have to see if I can figure that out now.

It will have to wait, as I have clear skies again tonight.
3 years 10 months ago #54763

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

Time to create page: 1.091 seconds