You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Hello,
After ca. 2-4 hours of development (non-constant running) frame aquisition rate visibly drops, and I frequently get the following error:
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:
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
The text was updated successfully, but these errors were encountered: