We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Selected device: USB2.0 Grabber.
Supported device properties:
Property | Value | Min | Max | Delta | Default | Mode
----------------------+-------+-------+-------+-------+---------+-------------
Brightness | 128 | 0 | 255 | 1 | 128 | manual only
Contrast | 57 | 0 | 127 | 1 | 64 | manual only
Hue | 180 | 0 | 127 | 1 | 0 | manual only
Saturation | 256 | 0 | 127 | 1 | 64 | manual only
Done.
output of printArray of stillprop.txt is only [0] strings
stops after the 1st line it reads : "Selected device: USB2.) Grabber."
Any idea what would make it do this.
Have other similar output in same sketch that works fine.
Answers
turns out there is CRLF (13 10) in the stream that forces a termination Any way to get around this? loadBytes gives same issue
Can you upload stillprop.txt.
Now I see 13 10 at the end of another files lines that works , so its not that. how do upload a file?
stillprop.txt is in 1st post here
I have no problems. I suggest copying the text from the forum and save that in a file and try on that file.
it was delay issue
Have you read the warning about using delay () ?