Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Convert image data returned from GrabFrame(), or similarly formatted image, to RGB. The output is normally 32 bits per pixel with B – G – R – X byte order.
The converted image could conceivably have different dimensions than the input image. The rgbWidth, rgbHeight and rgbBitDepth parameters will be filled in with the converted image size. These parameters may be NULL.

Calling ColorPipe() before setting Begin Noise Measurement is required.

void SaveFrame(VARIANT Image)

...