Function caerFrameEventSetPixelUnsafe

Function Documentation

static inline void caerFrameEventSetPixelUnsafe(caerFrameEvent event, int32_t xAddress, int32_t yAddress, uint16_t pixelValue)

Set the pixel value at the specified (X, Y) address. No checks on (X, Y) 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).

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