Loading...
Processing Forum
Recent Topics
All Forums
Move this topic
Forum :
Share your Work
Programming Questions
Core Library Questions
Contributed Library Questions
Android Processing
Processing with Other Languages
Integration and Hardware
Library and Tool Development
Events and Opportunities
General Discussion
Sub forum :
Move this topic
Cancel
General Discussion
Other
Omnimusha
how to load a picture or video using an interface?
in
General Discussion
•
Other
•
1 year ago
hi,
how to load a
picture or
video
using an interface
, ? ........boton...etc
eg
1
Replies(5)
PhiLho
Re: how to load a picture or video using an interface?
1 year ago
What do you mean by "interface"? And by "boton"?
Base:
Image: loadImage()
video: use the video library.
Leave a comment on PhiLho's reply
Omnimusha
Re: how to load a picture or video using an interface?
1 year ago
E.G
loading
image........
Leave a comment on Omnimusha's reply
joshuakoo..
Re: how to load a picture or video using an interface?
1 year ago
Try this:
void setup() {
String loadPath = selectInput();
if (loadPath == null) {
println("error");
} else {
println(loadPath);
}
PImage img = loadImage(loadPath);
size(img.width,img.height);
image(img,0,0);
}
Leave a comment on joshuakoomen's reply
joshuakoo..
Re: how to load a picture or video using an interface?
1 year ago
Tip:
When you ask a question, please do try to write proper English. Start with a small introduction to your problem, show examples, show your code, and already think of some options yourself.
Leave a comment on joshuakoomen's reply
Omnimusha
Re: how to load a picture or video using an interface?
1 year ago
thanks
,
is
what I wanted.
I try not to
dwell
much
and be precise
and concise
, as my
mother tongue
is Spanish
.
Greetings!
Leave a comment on Omnimusha's reply
Change topic type
Topic Type :
Discussions
Questions
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to Omnimusha's question
Top
Reply
{"z4085862":[25080000001736935],"z4191852":[25080000001740759,25080000001740761],"z7515115":[25080000001740668,25080000001739635,25080000001739747]}
Statistics
5
Replies
499
Views
0
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
Processing very slow to load, Java ...
How to clear the screen on KeyPress...
HD Movies and texture Processing 2
Video Chat
Sound to numbers, numbers to text, ...