Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Browsing all 2896 articles
Browse latest View live
↧

Processing v3.2.3 + controlP5 v2.2.6 questions....

Hi, I am using Processing v3.2.3 and controlP5 v2.2.6 library to develop my own application. In a sketch I need to intercept user keyboard key press to active some functions in my application so I need...

View Article


Fix text that is misplaced

Every time I fail and press R to restart the startup text is very off coordinate to where it is when it first starts up. /* How to Play : Use arrow-keys and press the key shoutcasted by the window...

View Article


HTTP POST request problem

Hi everyone! I have a problem with HTTP request library. I use this code: import http.requests.*; import java.net.*; import java.io.*; import java.util.*; String API="myApi"; // Api code String...

View Article

color mapping

Hey everyone! I'm quite new to processing and there's something I can't quite figure out. I'm trying to make a sphere of which the radius of each point is calculated by perlin noise. This seems to be...

View Article

com.hamoid.VideoExport library sync issue with processing.video library

Hello! I'm using the VideoExport library in conjunction with the processing.video library to try to display and capture a webcam video while running Processing. The video displays beautifully in a...

View Article


OpenCV

Can we expect an update on the OpenVC library?

View Article

Video 1.0.1 - Read a frame from a paused video?

I'm using Processing to make a small app. I want to display and edit text overlays on top of a video file - similar to subtitles. For that, I want to be able to jump a paused video to a specific...

View Article

Changing sound-value with camera tracking?

/edit

View Article


ControlP5 - font/color & linebreak() usage

Hi, I have just found this library, but do not know how to implement linebreak() or font/color/size changes for Textlabel. When I try to change the font it doesn't work, and I don't know how to use...

View Article


using GStreamer in Eclipse multiple project architecture

i have the following applet: public class FakeApp extends PApplet{ public PApplet father; int numPixels; int[] backgroundPixels; Capture video; Display d; public void init(){ super.init();...

View Article

How to list all COM ports in Combobox or Listbox and allow user to select the...

How to list all COM ports in Combobox or Listbox and allow user to select the desired Port speed.

View Article

Motion Detection

What's wrong with my code. When I run the code, it pops out a grey windows nothing inside there. The camera should be activated and detect motion in the screen import processing.video.*; int numPixels;...

View Article

How to Change the Text of Button

Following is the code snippet `cp5.addButton("Login") .setPosition(675, 10) .setSize(100, 70) .setFont(myFont) .getCaptionLabel().align(ControlP5.CENTER, ControlP5.CENTER) ; ` Is there a way to change...

View Article


Newbie seeking help re. combining example code (& using a Leapmotion)

First up, hello everybody. I'm new, both to the forum, and to processing, but despite my very limited experience, what an awesome program - It's so exciting to tinker with! I'm using processing 3.2.3,...

View Article

Unable to Insert Record in MySQL

I am unable to Insert Record in the MySQL. Processing 2.2.1. The error message is as follows

View Article


Avoid Exception Error on msql.query()

The following Code Snippet gives run-time error //===Read From MySQL========================== if (msql.connect()) { //int recCount = msql.query("SELECT * FROM %s WHERE %s IS NOT NULL", "interface",...

View Article

Link Facebook to processing

Hey guys! So this is kind of a long shot but here it goes. I wanted to make an artwork that uses data from your Facebook account. The whole idea is that is uses:...

View Article


Track shape and copy image

hello, i want to make a program that tracks some shapes in a paper from the camera and then copies the content of the paper to an image to my drive,something like qrcode or opencv. Does anyone have any...

View Article

Minim setGain/probably my fault

Hello guys!! I'm new to this forum :) !! And I'm new to processing in general.....and in this code I have a problem with minim "setGain()". I'm trying to triggering a piano note every time the play bar...

View Article

How to auto post on Twitter by everyday

I am doing a task for project . This is using API twitter to auto post on Twitter .Everyday select 3 -4 post after auto post on Twitter . Can I help you ? Thanks so lot !

View Article
Browsing all 2896 articles
Browse latest View live