LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display image from congex insight camera

Hello,

I used the native commands and was able to retrieve the data. However, I am
struggling with retrieving the image and the filmstrip and displaying them in LabVIEW. This part I couldn't figure out yet.

If you could help me with this, I would be grateful.

0 Kudos
Message 1 of 10
(255 Views)

What is the physical interface? 

Actor Framework
0 Kudos
Message 2 of 10
(234 Views)

the camera IS8402M

Labview version 2024

and the hardware connection through POE ethernet

0 Kudos
Message 3 of 10
(229 Views)

@Amani.Khalil wrote:

the camera IS8402M

Labview version 2024

and the hardware connection through POE ethernet


It seems to be a GigE Vision camera. Try to install the Vision Acquisition Software with IMAQdx and get an image in Measurement & Automation Explorer. Once the image appears in MAX, the rest will be more or less trivial with the shipped IMAQdx examples.

0 Kudos
Message 4 of 10
(213 Views)

It's not just any GigE camera; it's a smart camera used in vision systems. It doesn't appear in MAX, and I can't communicate with it using IMAQdx

0 Kudos
Message 5 of 10
(142 Views)

@Amani.Khalil wrote:

It's not just any GigE camera; it's a smart camera used in vision systems. It doesn't appear in MAX, and I can't communicate with it using IMAQdx


Yes, I know, I worked with Cognex in the past, but I used the software delivered together with the camera. And this was a Profinet-connected camera, as far as I remember. My guess was that together with the proprietary Cognex interface, GigE Vision was also supported.

Screenshot 2025-03-06 09.15.27.png

If not, then you have to use the Cognex In-Sight SDK (maybe a C++ class library with a wrapper or .NET), but this will require some work.

0 Kudos
Message 6 of 10
(137 Views)

I tried to use the c command, and it works to get data from the spreadsheet, but I'm stuck now. I can't display the real image, so my application will stay  incomplete 

0 Kudos
Message 7 of 10
(126 Views)

We are willing to help, but you have to do your part first. Ask cognex or your vendor if your camera is GigE compatible.

 

If yes, the solution to your problem is simply solved using Vision Acquisiton Software and IMAQdx.

 

If not: See if you have a .NET or c library available for your camera.

 

Then share the part of your .cs or header file, which is relevant for image acquisition and we can help you with interfacing that from LabVIEW

Actor Framework
0 Kudos
Message 8 of 10
(120 Views)

I contacted them via email, and they responded as follows:

'We are not LabVIEW specialists and only support the functionalities of our cameras. It is up to you to establish communication with a third party by conducting tests.

I have sent you the native commands, some of which pertain to reading/writing images. You can use these to retrieve the image.
Please refer to: In-Sight® Explorer Help - Native Mode Commands - Documentation | Cognex
https://support.cognex.com/docs/is_611/web/EN/ise/Content/Communications_Reference/NativeMode_Comman....

I am also providing you with this tutorial and encourage you to search for additional resources on Google: Cognex In-Sight Native Mode Communication with LabVIEW
https://www.youtube.com/watch?v=z9RGavKMxUs.'"

 

 

I have made multiple attempts and tried different methods but without success.

 

last one I used .NET and could access the Cognex In-Sight Control .DLL but also I couldn't display the image 

0 Kudos
Message 9 of 10
(105 Views)

We are willing to help, but you have to do your part first. Ask cognex or your vendor if your camera is GigE compatible.

Actor Framework
0 Kudos
Message 10 of 10
(95 Views)