Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Compare two strings Pin
Ștefan-Mihai MOGA28-Jun-08 3:56
professionalȘtefan-Mihai MOGA28-Jun-08 3:56 
QuestionHelp on Multi-Threaded applicaiton [modified] Pin
Kiran Satish27-Jun-08 12:48
Kiran Satish27-Jun-08 12:48 
AnswerRe: Help on Multi-Threaded applicaiton Pin
Saurabh.Garg27-Jun-08 18:23
Saurabh.Garg27-Jun-08 18:23 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish27-Jun-08 19:02
Kiran Satish27-Jun-08 19:02 
AnswerRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery28-Jun-08 9:15
Mark Salsbery28-Jun-08 9:15 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish28-Jun-08 12:52
Kiran Satish28-Jun-08 12:52 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery28-Jun-08 12:59
Mark Salsbery28-Jun-08 12:59 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish28-Jun-08 13:24
Kiran Satish28-Jun-08 13:24 
But its not either ~15ms or ~31ms all the time, when he displays some real-time graph from analysis of each frame, the time diff between two successive frame reads is all over the place from ~2ms to ~42ms. Maybe I have to provide with more clear code to understand. But anyways the basic idea of their application is, camera frame grabbing is always ~20ms so, as soon as a frame is grabbed and while we are doing analysis of the current frame, we have the camera to capture the next frame which will take another 20ms and since we know analysis doesnt take more than 10ms, theoretically the loop has to wait for the camera to get the next frame for the rest of 10ms while the camera is capturing next frame. What would be the best way to accomplish this, I have some ideas that I would like to try on Monday, but meanwhile if you come up with something, please lemme know.

PKNT

GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery28-Jun-08 15:31
Mark Salsbery28-Jun-08 15:31 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish28-Jun-08 15:37
Kiran Satish28-Jun-08 15:37 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery28-Jun-08 16:16
Mark Salsbery28-Jun-08 16:16 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish28-Jun-08 16:21
Kiran Satish28-Jun-08 16:21 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery29-Jun-08 7:03
Mark Salsbery29-Jun-08 7:03 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery29-Jun-08 7:26
Mark Salsbery29-Jun-08 7:26 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish29-Jun-08 8:33
Kiran Satish29-Jun-08 8:33 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery29-Jun-08 8:48
Mark Salsbery29-Jun-08 8:48 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish30-Jun-08 10:36
Kiran Satish30-Jun-08 10:36 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery30-Jun-08 10:53
Mark Salsbery30-Jun-08 10:53 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish30-Jun-08 11:00
Kiran Satish30-Jun-08 11:00 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery30-Jun-08 11:03
Mark Salsbery30-Jun-08 11:03 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery30-Jun-08 11:05
Mark Salsbery30-Jun-08 11:05 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish30-Jun-08 13:12
Kiran Satish30-Jun-08 13:12 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery30-Jun-08 19:08
Mark Salsbery30-Jun-08 19:08 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Kiran Satish1-Jul-08 6:04
Kiran Satish1-Jul-08 6:04 
GeneralRe: Help on Multi-Threaded applicaiton Pin
Mark Salsbery1-Jul-08 6:39
Mark Salsbery1-Jul-08 6:39 

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.