Re : Does the MovieMaker class exist in 2.0b9, or not?
Yeah, the performance is definitely sluggish, even when using the MakeMovie object. Not very different from when I save individual frames, really. So I guess it's kind of a moot point.It's good to know...
View ArticleRe : Does the MovieMaker class exist in 2.0b9, or not?
A good screen capture utility, like Fraps (payware, but one of the bests) can offer real time capture while not hogging the CPU. There are some free softwares as well, that you can try: they might be...
View ArticleHow disable sound in Movie?
Hi,I use Movie (import processing.video.* ) to play a video, but I want to disable video sound because I use minim for this. Have you got ideas? Thanks
View ArticleRe : ArrayIndexOutOfBoundsException: 1405654
Scroll down for screenshot:Here are the values:i: 0 df: 1 i/dF: 0i: 1 df: 1 i/dF: 1i: 2 df: 1 i/dF: 2i: 3 df: 1 i/dF: 3i: 4 df: 1 i/dF: 4i: 5 df: 1 i/dF: 5...i: 195 df: 1 i/dF: 195i: 196...
View ArticleRe : ArrayIndexOutOfBoundsException: 1405654
final question: (for what i can do anyway) how long is the array? fft.length?
View ArticlePDF export: shapes misaligned
Something is up with my attempt at rendering this sketch as a PDF. In the PDF render the ellipses are misaligned. The drawing outputs perfectly to the screen. Any help would be appreciated (trying to...
View ArticleRe : PDF export: shapes misaligned
A PGraphics instance needs to be initialized w/ beginDraw () & endDraw (). Also, you need to specify its own characteristics like ellipseMode (), smooth (), etc; apart from main screen surface!...
View ArticleRe : ArrayIndexOutOfBoundsException: 1405654
also, check if the array is changing in length over time.
View ArticleRe : How disable sound in Movie?
Thanks, it's works.Is it a pity that is not on the official page for Movie : http://processing.org/reference/libraries/video/Movie.html.
View ArticleGLCapabilities for Stereoscopic 3D
Hello guys, I've been trying to get the examples of this https://github.com/CreativeCodingLab/stereo to run on processing but when I'm trying to run the ActiveStereo examples it throws an exception :...
View ArticleRe : ArrayIndexOutOfBoundsException: 1405654
I'm not really sure...how do I look at the array length? Would ib be the "fft.length" value? Sorry, I'm just still trying to understand everything that is going on in processing.
View ArticleHow to make sure 3D light does not affect UI text?
Hi everyone,I am new to Processing and I was playing with 3D rendering in processing. I have a ball move around following the mouse. The scene is lit by a point light. I have some text on the screen...
View ArticleRe : ArrayIndexOutOfBoundsException: 1405654
that screenshot explains everything...it's a known problem with the P3D renderer, related to drawing things behind the camera. you end up with a lot of random lines, very sluggish movement and an...
View ArticleRe : ArrayIndexOutOfBoundsException: 1405654
can't find a reference for the actual bug but it's been mentioned...
View ArticleRe : ArrayIndexOutOfBoundsException: 1405654
bug report:https://github.com/processing/processing/issues/810marked as Won't Fix as P3D is removed in processing 2.0
View Article