I am working on a project where I need to grab images from a Pelco IP Camera. It's a D5230P Sarix Spectra HD Pendant Dome camera. Using the Pelco SDK I am able to connect to the camera, grab its configuration information, IP address, name, etc. I am unable to get any image data from the camera.
I followed the order of the setup in the C#.NET sample code when writing my LabVIEW code with the .NET libraries from LabVIEW. I used the methods called for in the examples written in C# and as I stated before, I can get basic camera information from the camera so I know I am connected to it.
The problem arises when I attemp to start a created stream and bind this stream to the HWND display method.
I am getting an error 1172 which is pretty cryptic stating that there was an error in executing this node. When I put down a Stream Status method, I get the reading of "stream stopped"....ok, how do you start the stream, I have tried the "goto live" method, the "play forward" method, etc...all getting this same error.
Has anyone else worked with a Pelco camera and used the SDK and LabVIEW .NET libraries to work with it?
Thanks!