Function caerFrameEventSetPixelForChannelUnsafe

Function Documentation

static inline void caerFrameEventSetPixelForChannelUnsafe(caerFrameEvent event, int32_t xAddress, int32_t yAddress, uint8_t channel, uint16_t pixelValue)

Set the pixel value at the specified (X, Y) address, taking into account the specified channel. No checks on (X, Y) and the channel number are performed! The (0, 0) pixel is in the upper left corner, like in OpenCV/computer graphics.

Parameters:
  • event – a valid FrameEvent pointer. Cannot be NULL.

  • xAddress – X address value (unchecked).

  • yAddress – Y address value (unchecked).

  • channel – the channel number (unchecked).

  • pixelValue – pixel value (normalized to 16 bit depth).