FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 44 : sketches that use the video library can't be exported for the web
Last modified: 2009-12-01 06:54
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P4
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
is an exercise that takes video and pictures. The video is looped over and handles all over the screen set up headed by the mouse, leaving layers at the points where past.
patch
2009-06-30 07:28
456 bytes
Description
: Opened: 2005-05-31 16:12
there's currently a weird error on export, which can be fixed:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115754972
but even when this bug is fixed, applets will need to first be "signed" in
order to use the Capture part of the library because of Java security
restrictions. it's not clear whether or not the Movie portion of the
library will require a signed applet.
Additional Comment
#1 From fry 2005-07-28 07:25
another post about it:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1122480079
Additional Comment
#2 From jluxvu 2006-08-03 21:21
I have a working example that uses video capture in an applet. I signed the jar file and
everything worked great. The example is here:
http://lux.vu/blog/?p=38
Additional Comment
#3 From fry 2006-08-07 04:16
cool, thanks for the update.
Additional Comment
#4 From fry 2006-09-19 15:42
for video playback, fixed for 0116. for capturing video, a signed applet is
still required.
Additional Comment
#5 From acabe 2009-06-30 07:28
edit
]
is an exercise that takes video and pictures. The video is looped over and
handles all over the screen set up headed by the mouse, leaving layers at the
points where past.
I just want to know if it could export to HTML and can be played there, but if
it is a mental exercise that someone else could see what
Additional Comment
#6 From MrFeinberg 2009-12-01 06:54
Please reopen this bug, I think. See
http://www.flong.com/storage/images/texts/slit_scan/processing/slit_scan_QTmov.zip
The exporter is not including the required QT classes/jar/whathaveyou.