Multiple QR Code
Hello I am a student of Interaction design and use by a few months Processing. I want to design a code which allows to a camera (such as that of the computer) to identify various QR code. Each QR code...
View Articlehow use the OpenCV with Processing?
its always shows "the package hypermedia does not exist" . i did all methods found in internet, but dont have any result processing 3.1 and openCV 3.0 versions
View ArticleHow to make Photos/Videos unshareable
Hello all, my question is, if there is a way of making an image or a video unshareable? So for example if you have a video on a website and someone wants to share it on Facebook. Is it possible to...
View ArticleThe Console library prints out my window's movement
I installed the Console library from P3's lib manager. Try opening up one of the examples and drag the window around. At least on windows, it's printing out every move, like so: ... __MOVE__ 2836 483...
View ArticleHow to find the solution (transitions)
I've download and modify this program, I have a problem when I run this sketch, Processing says to me "impossible to / by zero" but I've charged a list. why the list as zero ? This is my code : import...
View ArticleFor Cypress or other controller
Hi I am new to processing ,and want to make teapot type project in processing using cypress or other controller ,so for this do i need any library? as for aurdino tea pot example i had work its working...
View ArticleHTTP Post JSON statement
Hi there, I am relatively new to Processing. What I am trying to do is get processing to send a formated JSON statement to an LRS (Learner registry store). I am using the http.requests library and...
View ArticleTwiiter String Elements Removal
Hi everybody, I'm trying to write a sketch using Twitter API. I want to retrive tweets with a specific hashtag so I can use them. Unfortunately, I keep getting stuff like http related words in the...
View ArticleHow can I make a video's playing contingent on keyPressed?
Hello everyone, I'm a super newbie to processing, so I apologize in advance for any communication blips we might have. I'll try to explain what I'm trying to do as clearly as possible. I want to make...
View ArticleTwitter Ticker
Trying to make a twitter ticker device with Processing 3. So far, I've found a few disparate source codes, but need any assistance to make work. My Twitter4J library is imported. Would like to achieve...
View ArticleSDrop in fullscreen mode
Is there any special trick that is required to make SDrop work in a fullscreen sketch? My current code works perfectly as long as I start the sketch with size(x,y). When I start it with fullScreen()...
View ArticleMotion detection on Movie
Hello Processing community, I want to compare frames from a Movie — I found this discussion, can I substitute the Capture with Movie? Which is the best way to do this?
View ArticleG4P Knob Class - Can know display floats instead of ints?
I am looking in to G4P IGraph_Designer example. All the knobs display int values. Is it possible to display floats instead (a fractional component, not just "X.0")? I did not see a method to do this.
View ArticleProblem with the if condition
Hello guys, I'm currently making a Memory game. I'm having a problem when I want to go to the next screen (I'm having the main screen, with mouse click I go to the next creen and so on....) everything...
View Articleis MIDI functional? how to get started?
Hello all, I recently found processing and would love to do my research on composing with it. I cannot get theMIDIbus to work, is it abandoned? I am finding references to another library that does not...
View ArticlePlease help me before the 09/05/16 !
hey i have some problem with this program. When i want to jump it's make a strange thing. Can you help me with this ? `Camera worldCamera; int appuye=0; int reappuye=0; int montee=0; int Yp=0; int...
View ArticleResolution Video in Processing
Hello :) I have a question. What what resolution supports the processing of the video? Does Processing support HD 1080p and 720p?
View ArticleoutOfMemoryError unsolved
When increasing the number of objects from a class I get always the error: outOfMemory but all memory settings are far behind the allocated memory: In Processing I increased maximum of memory: 3793 mb...
View ArticleMultichannel audio?
Hi all I prototyped an a/v project using sample playback in stereo and now comes the time to spatialise the sound (3 channels, possibly concurrent playback). I thought this would be a bread-and-butter...
View ArticleNew - multiple animations inside void draw()
Hello processing community. My name is jules, design student, and I'm working on a code to translate live video from the webcam into sounds. I'm taking out one pixel every 24 pixels that is then...
View Article