2

I need to use OpenCV with uEye Ethernet Camera. The problem is that I wasn't finding some useful tips regarding some example codes.

The source code provided with the installation is really linked to MFC stuff which is not what I want. It's really complicated to get rid of that, it was causing me so much problems (CWnd, Afx, Dialogs...)

I would like to read some frames from the camera and record some snapshots.

Dada
  • 6,313
  • 7
  • 24
  • 43
MelMed
  • 39
  • 1
  • 7

2 Answers2

4

You can find the whole SDK description here: https://en.ids-imaging.com/manuals-ueye-software.html

Just simply make and account and you can access it. The documentation is really good.

DanielM
  • 61
  • 7
-1

I found this document in the internet

http://master-ivi.univ-lille1.fr/fichiers/Cours/uEye_SDK_manual_enu.pdf

jamk
  • 836
  • 1
  • 10
  • 24
  • no sorry maybe tell here if you find more I have also a ids camera but no time to research it.... :) – jamk Feb 27 '13 at 15:42
  • if you have labview the examples of it are not bad for learning purpose how to use the apis or you could try the python api http://code.google.com/p/pyueye/ – jamk Feb 27 '13 at 15:46