Ask Your Question

hrey's profile - activity

2018-10-26 15:49:29 -0600 received badge  Popular Question (source)
2018-01-24 02:15:47 -0600 received badge  Popular Question (source)
2012-10-06 23:28:23 -0600 commented answer Video On Label OpenCV Qt :: hide cvNamedWindows

not work sir, i remove cvNamedWIndow, cvShow, cvDestroy and i used usleep(33) application still crash,

2012-10-05 13:24:15 -0600 commented answer Video On Label OpenCV Qt :: hide cvNamedWindows

sir, if i remova cvNamedWindow(), cvShowImage() and cvDestroyWindow().<br/> and then. leave the call to cvWaitKey(33) my program, not show video on label.. and program will stop and will normal if frame image finish.

please any solution for me

2012-10-05 13:22:48 -0600 commented question Video On Label OpenCV Qt :: hide cvNamedWindows

ok, sir sorry, i don't know thanks

2012-10-05 12:40:58 -0600 received badge  Supporter (source)
2012-10-05 12:27:54 -0600 received badge  Editor (source)
2012-10-05 12:22:33 -0600 asked a question Video On Label OpenCV Qt :: hide cvNamedWindows

friends, how idea to hide or remove cvNamedWindow on openCV
i want to show video on label, but i must insert code cvNamedWindows and waitkey

but this will show windows "X"...

i want show only windows "T" not window "X" if i remove cvNamedWindow --> video on label at windows "T" not show..

thanks, sorry. i just little english

image description

2012-10-02 16:50:15 -0600 asked a question OpenCV / C++: Remove or hide cvNamedwindows()

hi all programmers OpenCV how do I hide cvNamedwindows () so as not to appear at the time of program start

I want to copy the video that is read into a label Qt. using cvQueryFrame (capture);

but it could not do if I do not call this function, but if the call will make application less attractive

thanks