Hi everyone!
I'm experimenting a bit with augmented reality. I'm using my laptop's webcam but the quality is very low.
So I'm wondering what do I need for capture HD?
I was reading in some forums that say I should use GSVideo library.
But my question is about the hardware, what camera? What is the connection? video card?...
Thanks and happy new year!
Hi there! I have a question about how to save some images.
What I'm trying is that every time the user presses Ctrl + S to save the image processing save with name image-0001.png and then when the user presses again Ctrl + S image-0002.png. How do I can do this?
I'm using the code below and what happens with this is that the image is saved with the number of the frame:
boolean[] keys = new boolean[526]; boolean checkKey(int k) { if (keys.length >= k) { return keys[k]; } return false; }
Hi mates! I have a question about Excel or OpenOffice and their spreadsheets.
Is it possible to read information of the cells in spreadsheets with Processing?
Thanks!
Hi guys, I'm trying to import an obj object containing few Splines, for this I'm using the library OBJLoader. I thought It would work no problem but I can't see the Splines because I think processing is not loaded them.
Somebody know who loader Spline in processing?
Thanks.
import saito.objloader.*;
OBJModel model ;
float rotX, rotY;
void setup() { size(400, 400, P3D);
model = new OBJModel(this, "Box.obj", "absolute", POLYGON); model.enableDebug();
v -5.0000 -5.0000 5.0000 v 5.0000 -5.0000 5.0000 v -5.0000 -5.0000 -5.0000 v 5.0000 -5.0000 -5.0000 v -5.0000 5.0000 5.0000 v 5.0000 5.0000 5.0000 v -5.0000 5.0000 -5.0000 v 5.0000 5.0000 -5.0000 # 8 vertices
g Box f 1 3 4 2 f 5 6 8 7 f 1 2 6 5 f 2 4 8 6 f 4 3 7 8 f 3 1 5 7 # 6 polygons
# # shape Splines #
v -6.9834 6.9834 -6.9834 v 6.9834 -6.9834 6.9834 v 6.9834 6.9834 6.9834 v -6.9834 -6.9834 -6.9834 v -6.9834 6.9834 6.9834 v 6.9834 -6.9834 -6.9834 v 6.9834 6.9834 -6.9834 v -6.9834 -6.9834 6.9834 # 8 vertices
Let me say why, I'm not a programer, I'm a design.
I use processing only as hobby, is fun, but every time I do an update, most of my sketchs stops running and I have to waste time fix it.
Surely you will say "you should look for another hobby", but I just want to know if.
Am I the only one I bother this type of thing?
Please let me know what you think