|
Re: cRIO-FRC Training Video: WPI Library Overview
This description would hopefully make more sense when looking at an example. But what it is really saying is that there are two images inputs, one names src and one dst. Src is required, and dst is optional. The function will output a new image and store it in dst if it is wired, otherwise it will store it in src. So if you don't want src to be modified, be sure to wire up dst. Otherwise, this will work anyway by reusing src.
This has nothing to do with file paths, the images it is referring to are NI IMAQ image references which are memory based buffers.
Greg McKaskle
|