How to recieve hex data JPEG camera from Arduino and show image in Processing

Hi,

It seems that one symbol is wrong on this line:

String[] txt = split(inBuffer,’ ');

The first ' is not really a '. Not sure if just here or also in your code…