Thread use for animation in android mode
Hello is there anyway how can i make animation faster? Its the only thing thats lagging on my phone when running the project... In function i have 3 states (walk,left,right).. Every state has different...
View ArticleSound player compactible with processing 3.x
I was using apwidget music player but it doesnt work anymore..Any sugestions?
View ArticleLagging video: CameraGettingStarted example
Hi I was working with an android sample code accessing the camera and I notice it is lagging. Is that normal? I am using 5.0.1. and processing 3.0.2 on a Galaxy VI (no emulator). I am hopping to...
View ArticleExported Android app shows only grey screen
Hello everyone. In the past I've had success using the Processing Android mode on my Samsung Galaxy S3, but I'm having issues with my new LG G4. I'm using Windows 10 and Processing 3.0.2, my LG G4 is...
View ArticleFace Recognition Library
Hello I Have found this library for processing: https://code.google.com/archive/p/p-eigenface/ With this sample : https://github.com/atduskgreg/Processing-Eigenfaces for face recognition. Work fine for...
View ArticleLatest update (3.0) not working - Android Mode
After updating Android Mode in Processing for windows, running sketches on device does not work properly regardless of the sketch. On the phone, a white screen appears. The console does not display any...
View ArticleAny idea why recent Android Mode versions are slower than older ones?
I did a basic test to compare the versions for which PApplet extends Fragment against versions for which PApplet extends Activity. in terms of frame rates. My test consisted of displaying lots of...
View ArticleImage width and height cannot be larger than 8064 with this graphics card
Hi, I am getting the following error on some low-end to middle-range devices, such as Galaxy Core Prime, Galaxy Grand Prime and Galaxy Ace: Image width and height cannot be larger than 8064 with this...
View ArticleHow do i get sound to play on the phone
The code below works fine in java mode, but it doesn't work in Android mode. I just want a simple code that will play a mp3 file when clicked. I'm pretty sure the problem is in the import of Minim, I'm...
View ArticleConverting string to integer
Hi, recently i stumbled into an odd problem. The fact is, that i'm not able to convert a number (string) (sent from an arduino like device) to android using Bluetooth. However the same procedure works...
View ArticleGet Processing mode from inside code
Hi, I'm wondering if there is a way to know from the code the mode that it's being currently used. I plan to maintain a code project that would be valid both for java and android modes. For that, I...
View ArticleBluetooth Apps using Ketai White Screen
Everything was working great up until 2 days ago loading and using the bluetooth ketai cursors app. Now whenever i try to use my Windows 7 desktop they just load and start up a white screen. i've...
View ArticleSuperCollider - Android - Processing
Hello guys, I'm creating an application for an Android device to control SuperCollider via a Processing sketch: I'm doing it right now with the OscP5 library only but that's a little bit painful, I...
View ArticleModify onBluetoothDataEvent() function execution?
Hi!! Actually, I'm working with communication between a GY-80 IMU and Android APP via Bluetooth. The communication its correct, using 115200 bauds in the two bluetooth. The problem it's when I'm using...
View ArticleSending Pictures from multiple phones to tablet.
Hello, My name is Mathijs van Nieuwenhuijsen and I'm studying Industrial Design at the Technical University of Eindhoven. Me, and 2 other squad-members, are working on a social photo frame that will...
View ArticleCan't delete entries in a Ketai SQLite database
Hello, I'm working on some Android app in which I'm using a Ketai SQLite database. Basically that's working nicely but I'm stuck on a problem which is really driving me nuts: I cannot delete my entries...
View ArticleNavigation bar cannot be locked in fullScreen mode in Android
I have updated to latest processing. I know i have to use the fullscreen option to avoid white screen problem. My code works properly in phones which has a hardware navigation bar like this But when i...
View Articlesave images in specific folders(Android)
Good evening, I made a program for downloading images, the problem is I can not save them in an orderly way. when I have an image is no problem with the order, but my idea is to deal with over 300...
View ArticlePicture Server/Sender
For my design project I need to make an application that can make pictures and from there send them to a server (a map or something on a computer). From there it needs to be** sended to a tablet** that...
View ArticleAPwidget is not working with processing 3.x?
Hi, The sketch crashes, when I run it on processing 3.0.1. It used to perfectly work with processing 2.2.1. So is it due to processing 3? Thanks in advance. Help/comment appreciated.
View Article