Hi. I have a webcam and I want to capture frames from the webcam in my application. I am using c++ mfc programming. The main thing that I want to do is to capture frames at certain interval through my mfc application. Anyone got any advise or idea on how to do it? Thank you for any reply.
hurr1can3
Posts
-
Interfacing webcam with mfc -
Displaying text in MDIHi. I am currently using MDI mfc programming for my application and I have used pDC->TextOut(.) to display certain text in one of the child window. However, when the other window is on top of the one with the text, when it is move away, the text disappear. How can I resolve this? Thank you for any advise.
-
Opening 2 windows upon startupHi. thank you for your reply. I am using VC++ and mfc in my application. Usually if you create a MDI application, when you run the program, only one child frame or window is opened. What I wanted to do is that when my application is double clicked, it runs and two blank child windows should be opened instead of just one as in the normal case. So in total, I have the main window, and two child windows inside the main window. I tried using another CView class for the second child window but it did not work. I keep getting the error "COutputView (the class I created) is not a class or namespace name" and I do not know how to resolve it. Hope you understand now. Thank you.
-
Opening 2 windows upon startupHI. Thank you for your reply. What I mean is that when I open my application, it will display two blank child windows (frames) instead of the usual one. Hope this is more clear.
-
Opening 2 windows upon startupHi all. Do anyone know how to open two windows as soon as I open my application? One window is used to display some output during the running of the application and the other window is used for the user to open some image file. Does anyone know how to do this? Thank you.
-
Displaying text in MDIHi all. Happy chinese new year. Do anyone know how to display simple text in a MDI application? Thank you.
-
Using cximageHi all. I already written a MFC application and I also got the code for a demo on the usage of cximage. Since this demo code is very long and complicated, I do not know how to use it in my currently avaliable application. Can someone advise me on how to do it. Thank you for any advise.
-
Loading a JPEG in MFC ApplicationHi all. Recently I have asked how to load a JPEG file in my currently written MFC programming and some have reply on using cximage or GDI+. However I face difficulties in implementing them in my application because the example I found contains lots and lots of code and I do not know what to do with them. I just need to load a JPEG file and then do some image processing with it. Can anyone give me a more clearer idea of how to do it? Thank you for any advise.
-
Importing JPEG in MFCHi there. Can anyone advise me on how to open a image file like JPEG in a MFC application? I have written a MFC application and need to add in the open image file option. Can anyone tell me how to do it? Thank you for any advise.