What I want is, I want to send a image to a projector using my own software which is written in C/C++, OpenCv languages. So, is there any library that support this functionality. Actually, I am working on a 3D scanner, so for a 3D scanner I have to send images to a projector for displaying onto the object, and for real-time I have to send images directly from my own software for processing further.
Same like OpenCV which can initialize any camera and have ability to capture. Is there any way in OpenCV, that I can initialize the projector and send images to projector for displaying using my own way?