Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
AnswerNot exactly an answer but Pin
Ennis Ray Lynch, Jr.23-Jul-12 7:01
Ennis Ray Lynch, Jr.23-Jul-12 7:01 
QuestionWrite Data to Linux Pin
yuvachandra23-Jul-12 2:33
yuvachandra23-Jul-12 2:33 
AnswerRe: Write Data to Linux Pin
Eddy Vluggen23-Jul-12 2:45
professionalEddy Vluggen23-Jul-12 2:45 
AnswerRe: Write Data to Linux Pin
jschell23-Jul-12 5:22
jschell23-Jul-12 5:22 
GeneralArtefacts in parallel image processing Pin
Kangerm00se23-Jul-12 1:47
Kangerm00se23-Jul-12 1:47 
AnswerRe: Artefacts in parallel image processing Pin
Luc Pattyn23-Jul-12 2:22
sitebuilderLuc Pattyn23-Jul-12 2:22 
GeneralRe: Artefacts in parallel image processing Pin
Kangerm00se23-Jul-12 2:49
Kangerm00se23-Jul-12 2:49 
AnswerRe: Artefacts in parallel image processing Pin
Luc Pattyn23-Jul-12 5:14
sitebuilderLuc Pattyn23-Jul-12 5:14 
Kangerm00se wrote:
only a small amount of frames


OK, that tells me there is a problem that happens statistically, as now your synchronization is reduced. You had a strict lock-step before which forced it to go wrong every time; with more freedom it becomes a gamble each time.

You still haven't found the cause, of course. Changing the locking wasn't supposed to fix it, it was intended to provide more info, and it did. Now I would add logging to file: number the images, provide millisecond timestamps, and log those for all major events (start/end image capture by the hardware, start/end image capture routine, start/end image display, enqueue/dequeue, etc. If possible, add a way to enter a message when an image looks bad too.

Then study the file, watch for abnormal sequences and unexpected delays.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: Artefacts in parallel image processing Pin
BobJanova23-Jul-12 4:39
BobJanova23-Jul-12 4:39 
QuestionWhat are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8822-Jul-12 23:14
Akshay_8822-Jul-12 23:14 
AnswerRe: What are the API's that are available for USB based barcode scanners in C#? Pin
glennPattonWork322-Jul-12 23:27
professionalglennPattonWork322-Jul-12 23:27 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8822-Jul-12 23:34
Akshay_8822-Jul-12 23:34 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
glennPattonWork322-Jul-12 23:47
professionalglennPattonWork322-Jul-12 23:47 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8822-Jul-12 23:53
Akshay_8822-Jul-12 23:53 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
glennPattonWork323-Jul-12 0:09
professionalglennPattonWork323-Jul-12 0:09 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8823-Jul-12 0:44
Akshay_8823-Jul-12 0:44 
QuestionRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Eddy Vluggen22-Jul-12 23:53
professionalEddy Vluggen22-Jul-12 23:53 
AnswerRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8822-Jul-12 23:56
Akshay_8822-Jul-12 23:56 
AnswerRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8822-Jul-12 23:58
Akshay_8822-Jul-12 23:58 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Eddy Vluggen23-Jul-12 0:06
professionalEddy Vluggen23-Jul-12 0:06 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8823-Jul-12 0:44
Akshay_8823-Jul-12 0:44 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Dave Kreskowiak23-Jul-12 2:08
mveDave Kreskowiak23-Jul-12 2:08 
QuestionCorrect way of doing installer in Windows That Checks for a Driver.... Pin
glennPattonWork322-Jul-12 23:09
professionalglennPattonWork322-Jul-12 23:09 
AnswerRe: Correct way of doing installer in Windows That Checks for a Driver.... Pin
glennPattonWork323-Jul-12 1:16
professionalglennPattonWork323-Jul-12 1:16 
GeneralTrying to retrieve PowerShell variables in C# Pin
Member 927497622-Jul-12 10:22
Member 927497622-Jul-12 10:22 

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.