Search found 2 matches

by Pretenas
26 Aug 2015, 12:10
Forum: General questions
Topic: Vision Sensor Image to C++ Plugin
Replies: 2
Views: 1775

Re: Vision Sensor Image to C++ Plugin

Looks like it is working now.
The problem was with OpenCV, the empty Mat was created in a wrong format. The vision sensor was sending the image correctly.
by Pretenas
25 Aug 2015, 10:00
Forum: General questions
Topic: Vision Sensor Image to C++ Plugin
Replies: 2
Views: 1775

Vision Sensor Image to C++ Plugin

Hello there,

I have a problem, I cant seem to be able to pass an vision sensor image with a resolution higher that 256x256 to my C++ Plugin.
There I copy it pixel by pixel to an OpenCV Mat, but it always fails, if the resolution is higher than 256x256.

Does anyone know how to solve this?

Thanks!