Click here to Skip to main content
15,887,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: GetQueuedCompletionStatus blocks, though GetLastError which is called after AcceptEx returns ERROR_IO_PENDING Pin
Moak7-Aug-10 7:02
Moak7-Aug-10 7:02 
QuestionQueue Mouse event till process completes. Pin
Member 38346306-Aug-10 3:58
Member 38346306-Aug-10 3:58 
AnswerRe: Queue Mouse event till process completes. Pin
Sauro Viti6-Aug-10 4:27
professionalSauro Viti6-Aug-10 4:27 
AnswerRe: Queue Mouse event till process completes. Pin
Richard MacCutchan6-Aug-10 4:45
mveRichard MacCutchan6-Aug-10 4:45 
GeneralRe: Queue Mouse event till process completes. Pin
Member 383463011-Aug-10 3:59
Member 383463011-Aug-10 3:59 
GeneralRe: Queue Mouse event till process completes. Pin
Richard MacCutchan11-Aug-10 5:13
mveRichard MacCutchan11-Aug-10 5:13 
QuestionConnecting multi-webcam to perform perspective reconstruction Pin
ponyta6-Aug-10 0:25
ponyta6-Aug-10 0:25 
AnswerRe: Connecting multi-webcam to perform perspective reconstruction Pin
Sauro Viti6-Aug-10 0:43
professionalSauro Viti6-Aug-10 0:43 
Here your answers:


  1. yes, it is possible: you have to use DirectShow to do it, instantiate two IGraphBuilder and connect each of them to a different device
  2. you have to add an ISampleGrabber filter to each of the two IGraphBuilder: this will give you the ability to grab a frame from the two devices in your code and process them. Anyway, it depends on what you mean with real-time: the two devices are not synchronized each other, then the two frames are not referred to the same time (the maximum time unalignment between the two frames depends on the frame-rate of the two devices)

QuestionRe: Connecting multi-webcam to perform perspective reconstruction Pin
ponyta6-Aug-10 3:19
ponyta6-Aug-10 3:19 
AnswerRe: Connecting multi-webcam to perform perspective reconstruction Pin
Sauro Viti6-Aug-10 3:51
professionalSauro Viti6-Aug-10 3:51 
QuestionFill array Pin
AbhiHcl6-Aug-10 0:02
AbhiHcl6-Aug-10 0:02 
AnswerRe: Fill array Pin
bleedingfingers6-Aug-10 0:12
bleedingfingers6-Aug-10 0:12 
GeneralRe: Fill array Pin
AbhiHcl6-Aug-10 0:23
AbhiHcl6-Aug-10 0:23 
GeneralRe: Fill array Pin
bleedingfingers6-Aug-10 0:25
bleedingfingers6-Aug-10 0:25 
GeneralRe: Fill array Pin
bleedingfingers6-Aug-10 1:44
bleedingfingers6-Aug-10 1:44 
AnswerRe: Fill array Pin
_AnsHUMAN_ 6-Aug-10 0:13
_AnsHUMAN_ 6-Aug-10 0:13 
GeneralRe: Fill array Pin
AbhiHcl6-Aug-10 0:24
AbhiHcl6-Aug-10 0:24 
AnswerRe: Fill array Pin
Sauro Viti6-Aug-10 0:34
professionalSauro Viti6-Aug-10 0:34 
GeneralRe: Fill array Pin
AbhiHcl6-Aug-10 0:49
AbhiHcl6-Aug-10 0:49 
AnswerRe: Fill array [modified] Pin
Sauro Viti6-Aug-10 1:06
professionalSauro Viti6-Aug-10 1:06 
GeneralRe: Fill array Pin
bleedingfingers6-Aug-10 1:36
bleedingfingers6-Aug-10 1:36 
GeneralRe: Fill array Pin
Sauro Viti6-Aug-10 1:51
professionalSauro Viti6-Aug-10 1:51 
GeneralRe: Fill array Pin
Sauro Viti6-Aug-10 2:19
professionalSauro Viti6-Aug-10 2:19 
GeneralRe: Fill array Pin
David Crow6-Aug-10 2:55
David Crow6-Aug-10 2:55 
QuestionPermanent popup menu (aka list control) c++, MFC Pin
arthur89kim5-Aug-10 23:44
arthur89kim5-Aug-10 23:44 

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.