I have used the to interface with the camera deviceon Panasonic tablet PC.
I have a windows form with a picture box. I reserve the device on creation of the form and each time I load the form Istart the preview in the picture box.
I have a button on the form and in its click event handler I capture frame and store the image in an in memory collection.
On dispose opf the form I release the device.
The problem I have noticed is that while capturing pictures multiple times ocassionallythe picture quality goes bad, e.g. 1st photo OK, 2nd photo has a color noise instead of black, 3rd photo has completely different color.
What could be the reason?