×

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

Bi-monthly release with minor bug fixes and improvements

Anyone using ToupTec DeepSkyPro 2600c and Astroberry RPi 4?

I should be receiving this camera soon and hopefully I can test these issues.
1 year 11 months ago #82505

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

  • Posts: 145
  • Thank you received: 15
Hi Max,

can you please tell me where you did this change exactly? Was it in indi_toupbase.h
INDI::Timer m_CaptureTimeout;
uint32_t m_CaptureTimeoutCounter {0};
// Download estimation in ms after exposure duration finished.
double m_DownloadEstimation {5000};
where you changed the 5000 ms to 10000 ms?
Last edit: 1 year 11 months ago by Bernd Limburg.
1 year 11 months ago #82507

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

  • Posts: 21
  • Thank you received: 9
Hi,

I have added the default value setting of m_DownloadEstimation in indi_toupbase.cpp

from line 2063 you shoud find this code

HRESULT rc = FP(put_Roi(m_CameraHandle, x, y, w, h));
if (FAILED(rc))
{
LOGF_ERROR("Error setting camera ROI: %d", rc);
return false;
}
I have added this line.
m_DownloadEstimation = 10000.0; // set Download Estimation to default value --> this value will be adapted when the next frame was downloaded

I still try to get familiar with git...

CS, Max
The following user(s) said Thank You: Jasem Mutlaq, Bernd Limburg
1 year 11 months ago #82508

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

  • Posts: 21
  • Thank you received: 9
you can find the change on a github fork:

github.com/42-max/indi-3rdparty

CS, Max
1 year 11 months ago #82510

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

  • Posts: 145
  • Thank you received: 15
I compiled indi-toupbase with this additional line of code and it seems to work for my cam as well.

I can now
  1. take a full frame picture
  2. set the ROI to 50x50 and take another pic
  3. reset to full frame again and take a 3rd pic without getting a timeout error
Last edit: 1 year 11 months ago by Bernd Limburg.
1 year 11 months ago #82554

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

  • Posts: 145
  • Thank you received: 15
I built all from latest git sources today. The modified handling of m_DownloadEstimation works for me (as did Max' workaround before). No timeouts after setting small ROIs and resetting to fullframe. :cheer:
1 year 10 months ago #82865

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

  • Posts: 1
  • Thank you received: 0
Hi. I got this camera too. I'm trying to use it in astroberry, but I'm a little lost. Could someone tell me what parameters should I use just to start?
This is a screenshot and I have no idea what values I should use
drive.google.com/file/d/17moQ__xXAVYkotK...TK/view?usp=drivesdk

Thanks in advance
Last edit: 1 year 8 months ago by Javi. Reason: spelling
1 year 8 months ago #84447

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

Time to create page: 0.855 seconds