Some images are wrongly shown
C++ library for image acquisition and visualization
Brought to you by:
azkuene,
ibarandiaran
VideoMan expects each row of the image to be 4-byte aligned (each horizontal line must be a multiple of 4 in size). If you initialize an input with 246 pixels, VideoMan will read 248 bytes for each row.
VideoMan doesn't support to change alignment for each input. You must assure that the image buffer is 4-byte aligned.