LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ip Camera

Hi friends,

I have an İp camera (Panasonic SUD-638). And i want to take video stream. I searched a lot time and NI says "You can only use Basler's and Axis's Ip cameras. But i have only this camera. How can i take this video stream? Do you have any idea?(Sorry for bad English).

0 Kudos
Message 1 of 5
(2,670 Views)

If you are required to use that camera, you might need to contact NI and see if they can suggest whom you can hire to write an IMAQdx-compatible driver for it.  I've used both Axis and Basler IP cameras, myself, so another solution for you would be to obtain a LabVIEW-compatible camera from one of these two manufacturers.

 

Bob Schor

0 Kudos
Message 2 of 5
(2,667 Views)

Is that possible to write an text or G code for another code language? If it is possible i can write and yes i have to use this camera.

0 Kudos
Message 3 of 5
(2,655 Views)

If your camera comes with DLLs that expose its functionality, you can write sub-VIs that call these DLLs (using the Call Library Function Node, found on the Connectivity Palette, Libraries and Executables sub-Palette).  I strongly suggest that you write such "wrapper" sub-VIs to "hide the messy details" of the camera's API and present a more "user-friendly" interface to yourself.

 

Bob Schor

0 Kudos
Message 4 of 5
(2,644 Views)

I have some SDKs like C#, HTML ,C++. Can i run the C++ SDK correctly in Real Time? I run C# code with activex but activex does not work in Real Time. I attached a SDK. In SDK, PS-API has C++ codes. For example  want to use Pay Live file.Can i run this SDK in Real Time?

0 Kudos
Message 5 of 5
(2,633 Views)