07-21-2014 05:00 AM - edited 07-21-2014 05:10 AM
Hey Community,
I run a Video with the IMAQ/ AVI components. Therefor i want to have a timeband as there is one in a normal video player. The Time runs and if I click on the band the video should jump to this moment of the video. Is there a possibility to manage that or do i have to seperate the display of the time and an extra Control to jump to the point of interest?
In the file there is a little example what i mean. (LabView 2010)
Thanks Philipp
Solved! Go to Solution.
07-21-2014 11:29 AM
hey,
although I do not have the imaq pack, this example looks a good place to start:
https://decibel.ni.com/content/docs/DOC-15136
07-21-2014 11:46 PM
Thanks for that tipp. That's quite what I mean. But in that VI there is the problem that you cannot change the framerate band while the .avi is runnig. That 's my aim.
🙂
Lg Philipp
07-23-2014 08:45 AM
Hi Philipp,
you could do that by modifying the "Read AVI File Example.vi" (see Screenshot). I also attached the VI saved with "For previous version", I hope that works for you too.
This example uses the "IMAQ AVI2 Read Frame VI" function where you can specify the desired frame. So you only have a control that can modifies the current frame, which is normally incremented every loop iteration.
Best regards,
Christoph
07-24-2014 08:30 AM
Thank you very much 🙂
That was what i wanted to. Now i can finish my vi.
Great help.
Lg Philipp