Hi Experts,
I just want to know what options WinCC OA 3.15 can provide to stream a video from an IP camera in Linux. (over RTSP)
I know there is a Video EWO , but can it be used in Linux as well ?
Secondly, As per my understanding Video EWO only stream video from the vimacc video server (this.showLive(Camera_00001@server1:9375, 1).
Is there any EWO which can stream video directly from the IP camera in Linux. (In Windows I guess we can use VLC ActiveX)
Appreciate your support and help as my knowledge is limited on this topic.
Thanks.
Ilyas.
IP camera video stream in Linux
- jstein
- Posts:8
- Joined: Fri Nov 19, 2010 1:48 pm
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: IP camera video stream in Linux
Check this posting:
https://portal.etm.at/index.php?option= ... =6227#6229
https://portal.etm.at/index.php?option= ... =6227#6229
- ilyas_ahmed
- Posts:19
- Joined: Wed Sep 06, 2017 7:39 am
Re: IP camera video stream in Linux
Hi Martin,
I have gone through that post and some other posts as well. Can you please confirm my understanding as mentioned below:
- For Windows I can use VLC ActiveX to stream an IP camera over RTSP.
- For Linux I might need to make my own Video EWO using QT Libraries to stream an IP camera, as it is not provided by standard WinCC OA installation.
If above understanding is correct then, how complicated is to make your own video EWO using QT Libraries for Linux. Are there any help files/manuals/templates from ETM to provide a guide line.
BR,
Ilyas.
I have gone through that post and some other posts as well. Can you please confirm my understanding as mentioned below:
- For Windows I can use VLC ActiveX to stream an IP camera over RTSP.
- For Linux I might need to make my own Video EWO using QT Libraries to stream an IP camera, as it is not provided by standard WinCC OA installation.
If above understanding is correct then, how complicated is to make your own video EWO using QT Libraries for Linux. Are there any help files/manuals/templates from ETM to provide a guide line.
BR,
Ilyas.
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: IP camera video stream in Linux
In this post there is an example of a video player ewo. This should give you an idea how complicated it is.
In the help file there is some documentation (qthelp://wincc_oa/doc/Native_GEDI/EWO.htm) under: Graphics editor (GEDI) -> Complex graphics objects -> EWO (External Widget Object)
In the help file there is some documentation (qthelp://wincc_oa/doc/Native_GEDI/EWO.htm) under: Graphics editor (GEDI) -> Complex graphics objects -> EWO (External Widget Object)
