Quote:
Originally Posted by csilent
Thanks, a little bit confused on where to put the code though. Does it go inside of a header file?
|
Put LCameraServer.cpp and LCameraServer.h in your project, and then use the LCameraServer class as you would CameraServer. Don't use both at the same time (of course).
I would also recommend not using automatic capture. Grab your images using IMAQdx and call SetImage directly.