Questions tagged [matrix-vision]
8 questions
2
votes
1 answer
Homogeneous matrix has eight independent ratios of matrix elements?
I'm reading some paper about computer vision. It looks like a simple fact but I can't understand. It is about homogenous [3x3] matrix that is used for planar projective transformation. And it is said to have eight independent ratios of matrix…

HongAnTC AnAn
- 123
- 2
- 13
1
vote
0 answers
Harvesters (genicam) trigger issue at high line rate | Camera: Teledyne dalsa
I use a Teledyne Dalsa line scan camera. Sometimes when I increase the line rate of my Teledyne Dalsa line scan camera to 13000 or higher and trigger it with an Arduino at 3V3, the images are not consistently captured from the buffer for every…

John son
- 33
- 5
1
vote
1 answer
Can I use Matrix Vision frame grabbers with Matlab?
I am trying to aquire image using a camera connected to the Matrix Vision frame grabber in Matlab. However, when I type imaqhwinfo, I see the installed adaptors as 'coreco' and 'winvideo'. When I checked the device info, it says that that are no…

Veronica
- 429
- 3
- 11
- 21
0
votes
1 answer
How to set exposure time in Python using mvImpact library
I connected to Matrix Vision BVS0036 industrial camera with Python using mvImpact library. I can use the camera now, but I don't know how to change the exposure time or other settings of the camera. Or rather, I couldn't. The code you see is the…

mehmet_kacmaz_03
- 113
- 6
0
votes
0 answers
Different behavior in dll when running host application from Codeblocks IDE
I'm having an interesting problem regarding a machine vision camera, a dll, a host application, and CodeBlocks.
I have a dll that enumerates Matrix Vision cameras, and directs calls from a host application to whichever camera the host application is…

Mike Gibson
- 342
- 1
- 3
- 14
0
votes
1 answer
Changing streaming frame rate for BlueFox3 camera using c++ (Linux)?
I did not find how to set from a C++ code the number of frames per second the camera needs to acquire. The provide API…

Courier
- 920
- 2
- 11
- 36
0
votes
0 answers
memcpy error from char* to cv::Mat
I am trying to convert the data from an industry camera to a cv::Mat.
This is the error I get when backtracing the segmentation fault in gdb.
#0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:35
#1 …

hGen
- 2,235
- 6
- 23
- 43
0
votes
3 answers
How do I use C++ to acquire image from frame grabber?
I would like to know how is it possible to use a free C++ program to acquire image from a matrix vision frame grabber. Thanks.

Veronica
- 429
- 3
- 11
- 21