saving image from camera using ketai library
hello again guys ,so i made this simple app (has a little bug),i wanted to know is their any way i could save image when i clicked a button somewhere in a screen ,if thats is possible i want to...
View ArticlePImage array and particule system, bad performances on Android
Hi, I'm working on a particules system app for android. I have an array of PImage, from which I select which image will be part of my system. This system emit 5 particules each frame. On my computer,...
View ArticleHelp- android mode not working
sorry, i have posted this in the android section but nobody has responded, so i'm also doing it here, hope it's no problem. So I installed the android sdk and even from a simple declaration i get this...
View ArticleSketch freezes after running for about one minute
Hi all, My sketch freezes (image shows last frame rendered, but frozen), then after a while a popup appears telling me the app is not responding and if I want to wait or close it. There are no errors...
View Articleproblem with loadPixel() in Android mode
Hello all . Again here with a problem. I'm trying to do a color sorting from an image in Android app made with processing.. I write the processing sketch in java mode here it is...
View Articlerobovm and processing
Has anyone tried to use RoboVM with Eclipse yet to create iOS apps? https://robovm.com/
View ArticleAndroid - cannot run sketches
Hey! I have been trying to get android running in processing mode but no luck so far. I have been at it almost all day so I decided to cry for help. I am using OS X, processing 3.02 and android 5.11 I...
View ArticleAccessing tilt from android
Hey, I'm using Android Processing IDE, and I'd like to have access to the phone's accelerometer. How would I go about getting that? Thanks
View ArticleBUILD FAILED ("error=2, No such file or directory")
BUILD FAILED /home/en/android-sdk-linux/tools/ant/build.xml:958: The following error occurred while executing this line: /home/en/android-sdk-linux/tools/ant/build.xml:969: The following error occurred...
View ArticleUnable to retrieve array from other class
Hello! I'm working on a school assignment, it's nearly done but i'm unable to get some array's from the classes I made. I'm building the app for android devices, but I'm fairly sure that has nothing to...
View ArticleSeveral problems : function does not exist, class
Hello! I'm a beginner. I try to make little programs with Processing for my Android phone but I have several problems: I can build my program fine and the app works fine but : -> when I write my...
View ArticleI need someone knowledgeable on Bluetooth Low Energy and Android Mode.
I am currently porting my Classic Bluetooth System to the new BLE. Previouly, I was using KETAI library to access Bluetooth communication on my Android Device so it can communicate with my Arduino Uno...
View ArticleCan't access camera
Here's a sketch I'm trying to run, pretty similar to the CameraGettingStarted sketch by Ketai: import ketai.camera.*; color chosenColor; KetaiCamera cam; void setup () { orientation(PORTRAIT);...
View ArticleHow to run the sketch in Android mode.
Hello, i made the following sketch to communicate with my arduino. The sketch is running fine in java mode but my goal is to run the sketch on my phone: import processing.serial.*; Serial myPort; //...
View Articleloading quickstart.SIKIO_C0 on my samsung galaxy tab 4 is wrong
after loading quickstart.SIKIO_C0 on my samsung galaxy tab 4 i get the message "SIKIO_Co_quickstart has stopped OK" Loading Android applications works correctly but when IOIO board is involved. I get...
View ArticleAndroid IOIO library for Processing3
Hey! I'm having a problem with the processing libraries that interface with the Android IOIO board. Does anyone know how to make the pIOIO or SIKIO work with P3??
View ArticleOdd bug with replacing pixels in image from camera
Hey, so I'm trying to make a sort of "real time" green screen app with the Ketai library. The end goal of this project is to be able to select a color in the camera view and replace all of that color...
View ArticleProcessing and MIDI / Android Mode / How to ?
Hi There, I have been building a lot of fun visuel midi sequencer that send MIDI Note On and Pitch to hardware SYnth from Processing using TheMidibus Library and Im dreaming of being able to run them...
View ArticleCan you help me about that? (bluetooth)
Hello! I have to make a program to have a connection bluetooth (with bluetoothDesktop library) of a smartphone in a bluetooth speaker. It will serve me to send a playlist to speaker so that she can...
View ArticleKetai camera methods?
Hey guys, Still working with the KetaiCamera library. I want to be able to change other camera settings, like image rotation and front/back camera, but this reference page is a bit confusing and...
View Article