How to enable a video stream with Axis Camera

Discussion of configuring and troubleshooting communication to PLC's or other devices using iX Developer.
Locked
ric
Posts: 17
Joined: Wed Nov 16, 2011 4:35 am

How to enable a video stream with Axis Camera

Post by ric »

Good morning. I'm trying to activate a video stream between an Axis IP camera and my iX application. With the developing PC I didn't find any problem, with a Media Element object and this script line:

void Video_Opened(System.Object sender, System.EventArgs e)
{
pbVideo1.Source = new Uri("axrtsphttp://192.168.1.101/mpeg4/media.amp", UriKind.Absolute);
}

Running the application on Windows 7 with iX Developer there's no problem. But when I try to run the application in Windows XP with ix Runtime I don't see anything e the stream doesn't start.

Any suggestion?

Thank's,
Ric

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: How to enable a video stream with Axis Camera

Post by Ron L. »

Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

Locked