From: Raj Kamal on
I need to create a gui like a figure window that will play a video and also there should be some menu items in the window.
I can get all the menu items in menu bar and an image but not the video.
Is this possible in matlab?

With regards
Raj
From: kk KKsingh on
"Raj Kamal" <rustyraj18(a)gmail.com> wrote in message <i12dh3$ete$1(a)fred.mathworks.com>...
> I need to create a gui like a figure window that will play a video and also there should be some menu items in the window.
> I can get all the menu items in menu bar and an image but not the video.
> Is this possible in matlab?
>
> With regards
> Raj

yes it is !
From: Raj Kamal on
"kk KKsingh" <akikumar1983(a)gmail.com> wrote in message <i12duk$crn$1(a)fred.mathworks.com>...
> "Raj Kamal" <rustyraj18(a)gmail.com> wrote in message <i12dh3$ete$1(a)fred.mathworks.com>...
> > I need to create a gui like a figure window that will play a video and also there should be some menu items in the window.
> > I can get all the menu items in menu bar and an image but not the video.
> > Is this possible in matlab?
> >
> > With regards
> > Raj
>
> yes it is !

Please tell me how?
From: Image Analyst on
Raj Kamal:
Did you also put an "axes" control on your figure so that you can display the video?

Maybe you can post your code.
-ImageAnalyst