Click here to Skip to main content
15,898,538 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Find the location of text in an image (OCR or any other method) Pin
Luc Pattyn22-Dec-11 0:45
sitebuilderLuc Pattyn22-Dec-11 0:45 
AnswerRe: Find the location of text in an image (OCR or any other method) Pin
jschell22-Dec-11 7:42
jschell22-Dec-11 7:42 
AnswerRe: Find the location of text in an image (OCR or any other method) Pin
jan fry25-Dec-11 21:53
jan fry25-Dec-11 21:53 
AnswerRe: Find the location of text in an image (OCR or any other method) Pin
Kangerm00se26-Jan-12 20:50
Kangerm00se26-Jan-12 20:50 
Questionconverting word doc to image Pin
Tripathi Alpa20-Dec-11 23:49
Tripathi Alpa20-Dec-11 23:49 
AnswerRe: converting word doc to image Pin
thatraja21-Dec-11 0:33
professionalthatraja21-Dec-11 0:33 
Questionsetting security level for .Net 4.0 exe on trusted server (inrtranet) Pin
cegarman20-Dec-11 5:32
cegarman20-Dec-11 5:32 
AnswerRe: setting security level for .Net 4.0 exe on trusted server (inrtranet) Pin
Dave Kreskowiak20-Dec-11 6:14
mveDave Kreskowiak20-Dec-11 6:14 
GeneralRe: setting security level for .Net 4.0 exe on trusted server (inrtranet) Pin
cegarman20-Dec-11 7:51
cegarman20-Dec-11 7:51 
GeneralRe: setting security level for .Net 4.0 exe on trusted server (inrtranet) Pin
Dave Kreskowiak20-Dec-11 8:28
mveDave Kreskowiak20-Dec-11 8:28 
GeneralRe: setting security level for .Net 4.0 exe on trusted server (intranet) Pin
cegarman20-Dec-11 8:57
cegarman20-Dec-11 8:57 
Questionbest approach to business objects Pin
Simon_Whale19-Dec-11 13:02
Simon_Whale19-Dec-11 13:02 
AnswerRe: best approach to business objects Pin
Richard Andrew x6419-Dec-11 13:51
professionalRichard Andrew x6419-Dec-11 13:51 
GeneralRe: best approach to business objects Pin
Simon_Whale19-Dec-11 22:00
Simon_Whale19-Dec-11 22:00 
AnswerRe: best approach to business objects Pin
Shameel21-Dec-11 2:41
professionalShameel21-Dec-11 2:41 
GeneralRe: best approach to business objects Pin
Simon_Whale21-Dec-11 4:04
Simon_Whale21-Dec-11 4:04 
QuestionEntity Framework going in to infinite loop Pin
indian14316-Dec-11 10:20
indian14316-Dec-11 10:20 
AnswerRe: Entity Framework going in to infinite loop Pin
Not Active16-Dec-11 13:50
mentorNot Active16-Dec-11 13:50 
AnswerRe: Entity Framework going in to infinite loop Pin
Pete O'Hanlon19-Dec-11 0:56
mvePete O'Hanlon19-Dec-11 0:56 
QuestionOPENING THE VBA EDITOR ON CLICK ON OLEOBJECTS BUTTON Pin
archana jain15-Dec-11 2:43
archana jain15-Dec-11 2:43 
Questionreference and this in .net Pin
messages13-Dec-11 20:13
messages13-Dec-11 20:13 
AnswerRe: reference and this in .net Pin
Richard MacCutchan13-Dec-11 22:04
mveRichard MacCutchan13-Dec-11 22:04 
AnswerRe: reference and this in .net Pin
Abhinav S14-Dec-11 6:32
Abhinav S14-Dec-11 6:32 
QuestionThread sync Pin
columbos1492712-Dec-11 21:52
columbos1492712-Dec-11 21:52 
Hello,
I am writing an application that perform image acquisition frome a camera.

The image aqcuisition is done by a DLL Supplied by the camera manufactorer.

Basicaly im initializing the DLL and then i start capture,in my application i defened a function that is called by the DLL every captured frame,this "OnFrameCapturedHandler" function gets the frame as the parameter.
Then i perform some calculation on the frame and i display it on the GUI.

But the problem is that the grabbing is faster then my calculation so what happens is that a new frame comes in while the previous is still processed.So what i need is some way to block or to make "OnFrameCapturedHandler" not to do anything while previos frame is Processed.
I tried to put boolean at the begining of "OnFrameCapturedHandler" and set it to false while still processing and at the end set it to true.
And before entering the "OnFrameCapturedHandler" check it.but it freezes my app.



???
Thnaks.
AnswerRe: Thread sync Pin
Pete O'Hanlon12-Dec-11 22:16
mvePete O'Hanlon12-Dec-11 22:16 

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.