Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with frame aquisition after some hours of camera running #6

Open
Westerby opened this issue Apr 2, 2021 · 3 comments
Open

Comments

@Westerby
Copy link

Westerby commented Apr 2, 2021

Hello,

After ca. 2-4 hours of development (non-constant running) frame aquisition rate visibly drops, and I frequently get the following error:

The coroutine raised an exception:
Traceback (most recent call last):
  File "...\nimbusPython\NimbusClient.py", line 223, in _pollQueue
    image = await asyncio.wait_for(self._imageQueue.get(), timeout=self._rcvTimeout)
  File "...\lib\asyncio\tasks.py", line 423, in wait_for
    raise futures.TimeoutError()
concurrent.futures._base.TimeoutError

Camera is unable to operate normally for some time.

My guess is it can be attributed to the rising temperature of the sensor. If you confirm:

  • is there a recommended safe temperature operation range?
  • I can add additional cooling, like radiatior or ventilator. Is there a recommended way of doing this?

My camera is placed directly on Raspberry, without additional housing, in a well ventilated room.

By the way the what exaclty does temperature shows? Temperature of the vision sensor?

Best

@bjajoh
Copy link
Member

bjajoh commented Apr 2, 2021

Hi,

what exposure mode are you using? Can you have a look at the temperatures? (You can see them in "nimbus-web")

  • The temperature should stay below 75°C, the automatic exposure mode has a temperature control. However using the manual exposure, the user need to careful and monitor it.
  • Without a housing it should be fine, unless you use the highest exposure setting for a long time. A simple fan with consistent airflow around the illumination LEDs should be the way to go, but it usually not required without a housing.

The temperature is measured directly on the PCB and should state the heat exposure of the vision sensor.

Let me know if you have any question.

Best,
Bjarne

@Westerby
Copy link
Author

Westerby commented Apr 8, 2021

Hello,
thanks for the info. We use manual setting. OK, we'll try to monitor the temperature, use the cooling if needed, and let know.

Best
Westerby

@bjajoh
Copy link
Member

bjajoh commented Apr 9, 2021

Hi,

perfect! Let me know if you have any questions or need support.

Best,
Bjarne

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants