Display-​Update After Changing Image Size or Dimension

Question

When I switch ports with cameras that differ in resolution or bit-depth, the CVB display isn't updated properly.

Résponse

You can work around this problem by setting the image-​property of the display temporarily to 0 and then back to the handle of the changed image.

E.g. in Visual Basic the following lines have to be inserted after switching boards or ports:
cvDisp.image = 0
cvDisp.image = cvImg.image
­