Hi, I have this piece of code:
byte[] snap = ((VideoControl) player).getSnapshot("encoding=jpeg");
, which gets a snapshot from the camera. Now, after a little processing it produces correct image. The weird part is, that when I debug this line of code, it always has the same value in the field even when the resulting image is different. Any ideas why?
Regards Trim