05-11-2018 06:54 AM
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).
05-11-2018 07:02 AM
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
05-11-2018 07:27 AM
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.
05-11-2018 07:49 AM
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
05-11-2018 09:12 AM
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?