Is there a way to pass parameters to the compiled processing application from command line?
I have processing application text string into raw image format that label printer understands. It'd like to put the compiled exe app inside bat file and pass value to encode as parameter = processing_app.exe %1.
String to pass will be like "L:\2011\08\00005.PDF". And how to deal with back slashes being escape sequences?
Janis
P.S. I did searched the forum for couple of hours already, and found nothing suitable except idea to read parameters from text file. Is this really the only way?
I have
LinkSprite JPEG Color Camera , it is capable of direct connection to computer serial port.
It's transmitting JPG picture by chunks and using Serial library I can get data from camera in to Processing.
But I have no idea how to load those bytes (already compressed jpg picture) I'm receiving over serial link into picture and display it.
I'm reading the site and trying examples, but so far it's just too much information for me.
If you could just give me some tips ... This should be related somehow to loadPixels() or pixels[], but how to transform sequently read bytes into picture ... ?