Hi, I am not new in processing, i have o lot of experience...... we are starting in making a project about 3D laser scanning through a Robotic arm, now...the robotic arm programming is not a problem in processing, i was wondering if there is any method or possibility do develop a software for 3d laser scanning based on processing...... i don't wanna use the standart laserscanner software since i want to make something completely automatic without the mouse clicking from one scan to another ..... hope i can find some help,... thanks in advance
PS: also if there is possibility to allow processing communicate from one software to another, that can be a good idea
Hi... i have a lot of experience with processing, i was wondering, if i create some kind of password security that sends the passw to my email or doing something else...How much safe are processing software, and there is any possibility that someone enters my sketch without permission?
computer and emails are clear from keyloggers, trojan or other virus.......so can someone reach to my password in some way?
if Yes what can i do to avoid it? (Maybe some antivirus or smthing else)
ps: i have no idea about PC Architecture or Software security
Hi... i have some experience with processing, it is great!!...but i am trying to develop a program in witch you can call some function and simply program a robot, for learning reason at school.
I have many ideas but i was wondering if processing have a function to convert a string into a function that exists in the sketch and have some variables.
example:
string function = "";
void keyPressed(){
if (key == !ENTER) function += key ; // example type move(10, 30); or something else
if (key == ENTER) // call some kind a function to convert move(10, 30); from string into a function that exists in the sketch
convert.function(function); // execute the function move(int x, int y);