Friday, January 15, 2010

GUI Updating

Within my UpdateGUI() delegate (which seems to be getting called, and is supposed to update the GUI via the threading model I read about on the MSDN), I try setting the image1.Source to the camImage again (even though it's already done). No dice. Call UpdateLayout() to try to "refresh" the image. Nothing.

The Byte[] buffer is being written to properly, it just doesn't seem to be properly reflected in the BitmapSource after I do the copy, or the Image isn't getting properly updated by the BitmapSource.

No comments:

Post a Comment