I am trying to control a drone using image processing. The image capture from the drone is an opencv C++ program. The drone control program is C program. Now I want to integrate both the programs so that I run a single program by which I can get both images and control the drone. How do I do that? My C program is a socket program to send commands to drone and the C++ program to capture image stream from drone from a tcp socket. Is there any way to do it or should I convert one whole program into another language? Anyone help.
regards, shiksha