LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling speed of a Video

Solved!
Go to solution

Can someone help me in Controlling the Video speed.

I have converted the video into jpeg now I have around 600 jpeg which i need to display at a rapid speed but theirs alway sum time lag in the video,kindly if sumone can suggest anything for this.

0 Kudos
Message 1 of 7
(3,059 Views)
Solution
Accepted by topic author anurag267

Hi anurag,

  Are you using writetoavi function?

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


Message 2 of 7
(3,046 Views)

Actually I was been told to convert the video into jpeg and then display them rapidly so that it appears as a video.

Problem is that I have 600 jpeg and to display them consumes time and the video does not appear to run continuously so what am I suppose to do.

Please help.

0 Kudos
Message 3 of 7
(3,031 Views)

Hi anurag,

  If you are using writeto avi function,first thing you need to consider is frame rate and codec....these two parameters will decide how should a video file should run and in which player it should run.....Say if you want 30frames per second....then each image should run at every 1/30 seconds..means your for loop should iterate at that speed...

 

Can you post a vi how you have done.

 

 

Thanks and regards,

srikrishnaNF

 

 

Regards,
Srikrishna


0 Kudos
Message 4 of 7
(3,028 Views)

I have been given the attached file(vi)for reference

Please go through it and let me if I am on the right path..

 

0 Kudos
Message 5 of 7
(3,019 Views)

Hi anurag267,

  Place a timedelay Vi  and wire to 33..i.e for very 33 ms..one image is written to the picture indicator...

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 6 of 7
(3,012 Views)
Thanks a lot I'l try it and will get back to you.
0 Kudos
Message 7 of 7
(3,008 Views)