(PeasyCam lib) how to make easeout for CameraState transition?
I try to use keyboard to control camera rotation / position , Here I use get/setState( ),But this generate linear transition , Is there any way to make easeout transition? import peasy.*; PeasyCam cam;...
View ArticleMovie sketches (including examples) show up as black screen w/ Mac OS X...
Hi there, ever since upgrading to OS X 10.12.5, none of my sketches involving simply playing movie files stored locally work any more. They all just show a black screen. Even the examples included with...
View ArticleLateral SubMenu
Hello my Friends, My application has to many buttons, It would be possible get a submenu for the lateral like as first code, with the content of the second code? for exemple... Thank very much. Santy...
View ArticleKeystone Library error
I am trying to keystone a generative diagram using the keystone library with processing 3.1 The keystone example code when input into my design executes fine, but doesn't call in the graphics to the...
View ArticleVideo+Flash simulation: How can I improve my code to take+save_frame - load...
Ciao good folks, For an art installation, I'm working with PS3 eye webcam + processing. My goal is to have the live view of the webcam, but when the button"S" is pressed the code should: save the frame...
View ArticleregisterMethod() of keyEvent not compiling in custom library...
I'm trying to add some useful keyboard functions to my XYscope library and hitting a strange problem within Eclipse to use a registerMethod() and keyEvent. In the initialization of the library class,...
View ArticleIs there a camera which can obtain images at least 720p and 60fps?
Hi I want to really get images with at least 720p and 60fps for computer vision program. Please let me know the product, if there is someone who succeeds obtaining images with a USB camera better than...
View ArticleControlP5 Text Field - Integer filter does not allow minus key to enter...
Great Library. Please let me know if there is a workaround other than using broader input filter.
View ArticleArrayList of captured images + display them in a split screen on same sketch...
Hi Good Folks; I'm pretty principiant with processing and I need some hints for this project, please. I'm using a PS3 Eye and with a "key pressed" function I wanted to save the frame. (this works)...
View Articleability to check if point is in mesh?
hello - is there a way to check if a point is located inside of a mesh? or a workaround for the older function public boolean contains(final WB_Point3d p, final boolean isConvex)? note: this question...
View ArticlePeasy cam: rotate and zoom to what actually happens
Hello all. Let's say I draw a 3D scene that I don't know beforehand. I just know the min and max position (how long it stretches out) in each direction x y z. How can I get from these 6 points to tell...
View ArticleHow to perform version checking and registration...
Hello - I've been working on getting a beta version of my processing app out to potential users and I've been working on some features that will help keep the customer up to date and also provide some...
View ArticleImage Capture (via usb camera)
I have a usb 3.0 5MP camera with drivers Device Manager says it is working properly and I can grab images with it using the suppliers utility software so it is working properly. When I get a list of...
View ArticleTarget VM failed to initialise - make sure you haven't set maximum available...
Hi all, I'm fairly new to Processing & I've been making this sketch (first time posting on forums, not sure how to copy in the code properly): import processing.sound.*; SinOsc sine; float time =...
View ArticleWhy is my game lagging so much? HELP!
Hi! I have been working on an RTS game lately and it has been lagging A LOT. I only started development 3 days ago. (It can't be my PC, because it can play Overwatch) Anyways, here is my code (It is...
View ArticleMovie not working
I'm using processing 3.3.5, attempting to make it display a movie, but when I put in the movie, then I just see a blank canvas instead of the video I want it to display, and the console prints this:...
View Articletime and events
Hi to everybody this is my first post. I followed a little introduction online course on the web, and I have never programmed before with code, I used only max/MSP. I'm trying to switch from that way...
View Articleset the dark color when using light falloff.
hi there, I'm currently working on a 3d game in processing 3. I am trying to use an ambient light at the camera position and light falloff to fake a fog falloff effect. it's working great except I want...
View ArticleServer-Client IP Connection Over Internet
I am writing a very simple server and client application. The server and client communicate over IP. I have successfully run the program over my LAN and it seems to work. However I am not able to...
View Articleprocessince.net Client and Server constructor does not exist error
I am in need of creating a software with client/server connection for a local event in the near future. I tried just doing the simple example of the Processing Network page...
View Article