Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
artbabayan
artbabayan's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Preload frame from video
[5 Replies]
21-Sep-2012 08:24 PM
Forum:
Core Library Questions
Hello guys,
I've got a problem with a video library.
I make some program use processing 2.0b3, where I have to draw the first frame of the video file without start playing.
But I get this result here:
import processing.video.*;
Movie movie;
void setup()
{
frameRate(30);
size(400, 400);
movie = new Movie(this, "movie.mp4");
}
void draw() {
image(movie,30,30);
}
void movieEvent(Movie m)
{
m.read();
}
How can I solve this problem? Help please :)
I use Windows 7 64bit
«Prev
Next »
Moderate user : artbabayan
Forum