Has anyone else had an issue trying to create an RGBImage from a file? When using this code:
Code:
RGBImage* image = new RGBImage("testPattern.jpg")
I always got the error "RGBImage not declared". All of the includes are right, and WindRiver can give me the tooltips for the constructor when I hover my mouse over it. Trying to manually include the file led to some more errors though.
I ended up getting it to work by creating my own RGBImage using the nivision stuff though.