From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

extract pictures from avi-videos with LabView

hello,

ich möchte eine Videodatei (am Besten *.avi) in Labview einlesen. Sobald ein
bestimmter Zustand eintritt, muß der Ablauf unterbrochen werden und das
Bild,
das dem Zustand zugeordnet werden kann als Einzelbild (gif,
jpg,..)abgespeichert werden. Ist das mit Labview möglich?

I would like input a video file ( *.avi) in Labview, then under a
situation-initiated point take a frozen image of it and then save it as a
separate image (gif, jpg). Is this possible with Labview?




----------------------------------------------------------------------------
----

DeVeTec Ingenieurgesellschaft GmbH
Abt. Industrielle Messtechnik
Altenkesselerstraße 17 / C1
66115 Saarbrücken

http://www.devetec.de
mailto:info@deve
tec.de
0 Kudos
Message 1 of 5
(3,123 Views)
Yes, it is possible.

Check out Graftek on the web - they have an AVI toolkit for LabVIEW.

Bruce

--
------------------------------------------
Bruce Ammons
Ammons Engineering
www.ammonsengineering.com
(810) 687-4288
Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 5
(3,123 Views)
Hi Christoph,
you can find the Avi toolkit for LabVIEW at:

http://www.alliancevision.com/net/avi50/fr_avi50.htm


Jean-Christophe.




"Christoph Mönch" wrote in message
news:96dvat$82h$00$1@news.t-online.com...
> hello,
>
> ich möchte eine Videodatei (am Besten *.avi) in Labview einlesen. Sobald
ein
> bestimmter Zustand eintritt, muß der Ablauf unterbrochen werden und das
> Bild,
> das dem Zustand zugeordnet werden kann als Einzelbild (gif,
> jpg,..)abgespeichert werden. Ist das mit Labview möglich?
>
> I would like input a video file ( *.avi) in Labview, then under a
> situation-initiated point take a frozen image of it and then save it as a
> separate image (gif, jpg). Is this possible with Labview?
>
>
>
>
> -------------------
-------------------------------------------------------
--
> ----
>
> DeVeTec Ingenieurgesellschaft GmbH
> Abt. Industrielle Messtechnik
> Altenkesselerstraße 17 / C1
> 66115 Saarbrücken
>
> http://www.devetec.de
> mailto:info@devetec.de
>
>
0 Kudos
Message 3 of 5
(3,122 Views)
yes, it is possible to take a picture of the
avi frame and same it to jpg (labview supports no gif).

One possible way is to use activeX server(ms media player v7.0 and above) to play the avi,
then capture the front panel of the running vi, then cut out the part you need and save it to file.

another way is to write your own avi dlls to retriev a paritcular file and save it to file.

-Joe
0 Kudos
Message 4 of 5
(3,122 Views)
hello.

1) I would like input a video file ( *.avi or *.dat) in Labview, then under a
situation-initiated point take a frozen image of it and then save (or process its colors) as a
separate image (gif, jpg). Is this possible with Labview?
2) also I want to biuld a ROBoT that can recognize things
around it like a simple ball or cube.
but I don't have any idea how to do it by labview &
3) don't know any suitable and low cost webcam or a camera

guide me please
thanks a lot
0 Kudos
Message 5 of 5
(3,123 Views)