Hello,
I am looking to be able to get the value of a pixel at a specific location in a buffer in a list of buffers using the Sequence MSVC Sample provided by NI as a springboard. From what I can tell, you can reference the buffers using standard C-style notation, buffer[0]...buffer[n]. Reading through the function reference manual, it would seem like imgGetBufferElement would be the correct function, but I'm not sure if it is, and if so, how to use it. I am hoping a more experienced developer could provided a code snipped with comments to get me started. Thanks in advance.