Questions tagged [ximea]

Ximea is a company that produces high-end cameras used for high-speed, x-ray, and hyperspectral imaging applications. This tag should be used for questions about using the Ximea API to access their cameras.

Ximea is a company that produces high-end cameras used for high-speed, x-ray, and hyperspectral imaging applications. Their cameras are designed to be attached to a computer via USB or PCIExpress. They are often used for scientific, industrial and research applications.

This tag should only be used for questions about using the Ximea API to access their cameras, as questions about the cameras themselves or Ximea software are off-topic for Stack Overflow.

Relevant Links:

Ximea API Wiki
Ximea home page

19 questions
0
votes
1 answer

vanillaXarm error on Jetson TK1, XiApi Installation

When I try to install XiAPi to Jetson TK1 (Jetson Dev Pack L4T r21.4 installed, USB3.0 enabled), I get the error: root@tegra-ubuntu:/home/ubuntu/Downloads/package# ./install Installing XIMEA Linux Software Package Instaling ARM32 version This is…
SoajanII
  • 323
  • 5
  • 19
0
votes
1 answer

Ximea Framerate parameter

I am developping a simple application which controls a Ximea camera. To do it, AForge offers an AForge.Video.ximea library which works pretty well. My problem appends when i try to setup the ximea camera's parameter. For the…
hugodecasta
  • 262
  • 4
  • 13
0
votes
1 answer

xiAPI: Failed to change thread scheduler, check user limit for realtime priority

Trying to operate the Ximea MQ013CG-ON USB 3.0 type camera, using Nvidia Jetson TK1 (# R21 (release), REVISION: 3.0). When I try run the example opencv_test.cpp code in OpenCV installation information: #include "cv.h" #include "highgui.h"…
SoajanII
  • 323
  • 5
  • 19
0
votes
1 answer

Accessing Ximea API via OpenCV in Python

OpenCV has a great support for XIMEA cameras. However, I cannot find a way to access the XIMEA-specific functions and key words. I found on other sites (and on Stackoverflow), that there are key words like CV_CAP_XIAPI or…
anki
  • 765
  • 5
  • 14
1
2