Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Character Counter in MFC Pin
tlerner16-Aug-04 9:02
tlerner16-Aug-04 9:02 
GeneralChild frame outside of main frame Pin
Dababa12-Aug-04 10:20
Dababa12-Aug-04 10:20 
GeneralCorrupted arguments in WinMain Pin
KernKraft3312-Aug-04 10:11
KernKraft3312-Aug-04 10:11 
GeneralRe: Corrupted arguments in WinMain Pin
Neville Franks12-Aug-04 11:22
Neville Franks12-Aug-04 11:22 
GeneralRe: Corrupted arguments in WinMain Pin
Tim Smith13-Aug-04 3:54
Tim Smith13-Aug-04 3:54 
GeneralWheel issue Pin
smack_2k212-Aug-04 8:51
smack_2k212-Aug-04 8:51 
GeneralPrintPreview Pin
act_x12-Aug-04 8:49
act_x12-Aug-04 8:49 
GeneralSerial Communication and Picture Display in MFC Pin
JeremieJ12-Aug-04 8:36
JeremieJ12-Aug-04 8:36 
I am a student at DeVry University and i'm working on my senior project. We are making an iris scanner that takes a picture of the eye and we manually click points to be compared with pictures saved in the memory and determine wether or not that person gets access. What we are trying to do is get a picture from a camera that is uncompressed and compress it into a picture format probably .bmp because it's easier to work with in MFC.

We are trying to make and MFC gui that will receive the picture serially from the camera or from a pre-defined location on the hard drive and display it to the screen. Then we want to be able to click anywhere on the picture and get the X and Y coordinates and the color of that certain pixel. Now I have been looking for serial communication and picture display examples, but the serial examples are very different from one to another and I don't really understand what is all needed to just set it up to receive data like when a button is pressed or when it receives and event.

The picture display examples I have seen all want you to already have the pictures and none of them show you how to open a picture from a file or just automatically display the picture from a pre-defined location. Also I was looking at a function that formats a picture from a stream of data, but i'm not sure what format the picture is comming in from the camera.

It is a CCD camera that is analog so we are running it through an ADC to make it digital but we don't know what format the picture is comming in as becuase it is a full motion camera so we will have to activate it and de-activate it and catch that data stream. So we are kind of lost because all of this stuff is new to us besides the programming that will be done on the microcontroller. We have done C++/MFC/C but we haven't used any of these functions or procedures so if ANYONE can help me I would greatly appreciate it.
Thanks,
Jeremie Jackson
GeneralRe: Serial Communication and Picture Display in MFC Pin
mahade112-Aug-04 19:45
mahade112-Aug-04 19:45 
GeneralRe: Serial Communication and Picture Display in MFC Pin
JeremieJ12-Aug-04 21:56
JeremieJ12-Aug-04 21:56 
GeneralIGMP and Joining a Multicast Pin
byrd_cam12-Aug-04 8:35
byrd_cam12-Aug-04 8:35 
GeneralRe: IGMP and Joining a Multicast Pin
Ryan Binns12-Aug-04 21:04
Ryan Binns12-Aug-04 21:04 
GeneralPrintPreview Pin
act_x12-Aug-04 6:51
act_x12-Aug-04 6:51 
Generalhandling public and private structs Pin
elephantstar12-Aug-04 6:42
elephantstar12-Aug-04 6:42 
GeneralProblem with enum Pin
BlackDice12-Aug-04 5:54
BlackDice12-Aug-04 5:54 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 6:07
David Crow12-Aug-04 6:07 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:14
BlackDice12-Aug-04 6:14 
GeneralRe: Problem with enum Pin
Navin12-Aug-04 6:34
Navin12-Aug-04 6:34 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:49
BlackDice12-Aug-04 6:49 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 6:36
David Crow12-Aug-04 6:36 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:42
BlackDice12-Aug-04 6:42 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 7:28
David Crow12-Aug-04 7:28 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 7:41
BlackDice12-Aug-04 7:41 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 8:19
David Crow12-Aug-04 8:19 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 9:01
BlackDice12-Aug-04 9:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.