Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Getting Error : ids_core.IDSTimeoutError: Timeout of 3000ms exceeded #1

Open
justcp213 opened this issue Jul 7, 2015 · 7 comments
Open

Comments

@justcp213
Copy link

hi there,
im trying to use the ids camera UI 148xLE-M with python. But everytime, after executing img, meta = cam.next() im getting following error msg:

ids_core.IDSTimeoutError: Timeout of 3000ms exceeded

any ideas what to do?
the camera works fine with ueyecdemo

@prattmic
Copy link
Member

prattmic commented Jul 8, 2015

Did you start image capture before trying to retrieve the next image? (cam.continuous_capture = True)

Unfortunately, we were never able to test this module with any USB cameras (or anything, besides the one GigE camera we had), so something may well be missing. I have also not used this module in over a year.

@rhasqx
Copy link

rhasqx commented Jun 24, 2016

I'm getting the same error with a UI-2230SE-C.

@cantru
Copy link

cantru commented Feb 6, 2017

Hello @prattmic ,
I tried your release in a Raspberry Pi 3. Unfortunately, I am getting the same error. I tried with python 2.7 and 3.4, IDS SDK version ARMv7 Cortex-A/ARMv8 (32-bit) (4.81.00 ARM Linux HF). The raspbian release is "Jessie". I have a GigE and a USB 2.0 cameras. Both have the same issue.
I know its been a while, but any help would be highly appreciated.
Best

@Qpczyk
Copy link

Qpczyk commented Feb 8, 2017

Hello,
Today I get my own camera, today I get same error.
Did you found solution for this problem?

@cantru
Copy link

cantru commented Feb 8, 2017

Hi @Qpczyk,
No, I didn´t manged to make it work. I am currently exploring with C++ in codeblocks.

@Qpczyk
Copy link

Qpczyk commented Feb 8, 2017

Ok, here is how I made it work:
-OC CPU to 1GHz
-Increase GPU memory to 224Mb
-Increase size of shared memory to 224Mb

Although Im not satisfied with effects so far, there is no documentation of API for python.

@Qpczyk
Copy link

Qpczyk commented Feb 8, 2017

@cantru , Did you menaget to run it in C++?

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

No branches or pull requests

5 participants