PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Connection to IP camera
Connection to IP camera
Débuté par Maikel.H, 06 jan. 2015 14:39 - 5 réponses
Membre enregistré
1 message
Posté le 06 janvier 2015 - 14:39
Can I control one or more IP CAMs from my WinDev application?
Posté le 06 janvier 2015 - 20:30
Hi

yes, there is even an example somewhere with the control and
visualization of a foscam IP cam

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 1/6/2015 8:39 AM, Maikel.H wrote:
> Can I control one or more IP CAMs from my WinDev application?
Membre enregistré
18 messages
Posté le 24 avril 2015 - 15:39
Fabrice, any idea where I can search for this example? WXLive? Windev itself? I have not been able to find any examples for IP cameras so far.
Membre enregistré
18 messages
Posté le 24 avril 2015 - 16:13
http://ilikewd.free.fr/index.php…

I was able to find an example in this list. No idea how to get at it though. Looks like it might be only be available to French subscribers.
Posté le 24 avril 2015 - 16:24
Hi Curtis,

I did quick search on pcsoft web site, page:
http://www.pcsoft.fr/st/nouveautes-st.html

There are two examples, both available in a LST (Lettre du Support
Technique) a FRENCH ONLY magazine ($$$)...

You order each number separately here:
http://www.pcsoft.fr/lst/bdc-old-lst.htm

or you can start a subscription while choosing what will be the first
number you receive (so you could chose 85, and we are currently at 99)

Code can be translated easily directly in the windev editor(code,
translate to)... As for the articles themselves, you'll have to either
learn french or have it translated (google translate is generally enough)

You'll find below a copy of the description of the two examples...


As these two are old AND in french, you can also try asking the support
for them, and see if they are willing to give them to you for free


Best regards


--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com

Contact me at:
Email: fabrice@fabriceharari.com
Skype ID: fabriceharari
Tel # in the USA: +1 985 746 1422
Tel # in France: +33 970 444 445 (local number 0970 444 445)


Exemple de la LST n°85 : WD Caméra IP
WINDEV
Cet exemple effectue la récupération d'image, la récupération du flux
vidéo, et le pilotage (orientation) d'une caméra IP FOSCAM. Les "ordres"
sont envoyés à la caméra par des requêtes HTTP avec la fonction HTTPRequête.
La récupération des informations de la caméra (images,
caractéristiques...) se fait également par des requêtes HTTP (dans le
retour des requêtes, via HTTPDonneRésultat).
L'affichage de la vidéo retournée par le flux vidéo de la caméra est
proposé de deux façons :
- avec une socket qui respecte la norme HTTP et qui affiche le résultat
en temps réel dans un champ image WINDEV
- avec l'activex de "VidéoLAN média player" (VLC), dans ce cas le son
est disponible en plus de la vidéo
Afin de permettre la gestion de plusieurs caméras simultanément les
méthodes d'accès à la caméra ont été regroupées dans une classe.

Exemple de la LST n°88 : Android Vidéosurveillance
WINDEV Mobile
Cet exemple vous permet de visualiser des flux vidéos provenant de
caméras ip.

Les caméras compatibles avec les commandes CGI sont pilotables grâce à
cette application.
Ces commandes sont utilisables sur certaines caméras de marques
"Foscam", "Heden", "Tenvis", et autres.



On 4/24/2015 7:39 AM, c.curtis wrote:
Fabrice, any idea where I can search for this example? WXLive? Windev
itself? I have not been able to find any examples for IP cameras so far.
Membre enregistré
18 messages
Posté le 24 avril 2015 - 17:07
Thank you for the advice!