Hi,
I tried executing the program to display the video. opencv window without title bar. i used the following lines to remove the title bar cvNamedWindow("Name", CV_WINDOW_NORMAL); cvSetWindowProperty("Name", CV_WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN); cvShowImage("Name", your_image);