Hi all,
I have written a cpp code to capture video from a USB cam device and show live feed in the display.
In the PC I was able to set the location of the output window to a fixed position using the
moveWindow()
function in OpenCV. But this doesn't work in the NXP board. The location of the output window is set at random.
Is there any way I can make this work?
Thanks in advance.