Click here to Skip to main content
15,917,481 members
Home / Discussions / C#
   

C#

 
AnswerRe: reg- browser closing event Pin
Christian Graus21-Jun-09 21:10
protectorChristian Graus21-Jun-09 21:10 
AnswerRe: reg- browser closing event Pin
Pete O'Hanlon21-Jun-09 21:47
mvePete O'Hanlon21-Jun-09 21:47 
GeneralRe: reg- browser closing event Pin
Manas Bhardwaj21-Jun-09 22:52
professionalManas Bhardwaj21-Jun-09 22:52 
QuestionWebcam QR Barcode Decoder Problem Pin
S K Y21-Jun-09 20:15
S K Y21-Jun-09 20:15 
AnswerRe: Webcam QR Barcode Decoder Problem Pin
Christian Graus21-Jun-09 21:11
protectorChristian Graus21-Jun-09 21:11 
GeneralRe: Webcam QR Barcode Decoder Problem Pin
S K Y21-Jun-09 21:44
S K Y21-Jun-09 21:44 
GeneralRe: Webcam QR Barcode Decoder Problem Pin
Dave Kreskowiak22-Jun-09 3:26
mveDave Kreskowiak22-Jun-09 3:26 
AnswerRe: Webcam QR Barcode Decoder Problem Pin
OriginalGriff22-Jun-09 6:12
mveOriginalGriff22-Jun-09 6:12 
Right, this is going to need you to do some work:
First, read the QR barcode spec: QR 2005 barcode specification[^] - then you will know what you are trying to do.
Second, the problem is likely to be resolution related, as the squares need to be pretty uniform and "pretty". Best method is to process several frames from the camera and build up the barcode format in memory from the various frames until you have a "good" image (this is how most scanners work - build an image from a number of scans, rather than a single scan). Keep building until the "compulsary" parts of the image are readable, and hopefully you will have the entire barcode.
Good luck!

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

GeneralRe: Webcam QR Barcode Decoder Problem Pin
btss016-Aug-10 0:39
btss016-Aug-10 0:39 
GeneralRe: Webcam QR Barcode Decoder Problem Pin
OriginalGriff6-Aug-10 0:47
mveOriginalGriff6-Aug-10 0:47 
GeneralRe: Webcam QR Barcode Decoder Problem Pin
btss0110-Aug-10 0:45
btss0110-Aug-10 0:45 
Questionshut down client from server Pin
KIDYA21-Jun-09 19:44
KIDYA21-Jun-09 19:44 
AnswerRe: shut down client from server Pin
Christian Graus21-Jun-09 21:12
protectorChristian Graus21-Jun-09 21:12 
GeneralRe: shut down client from server Pin
KIDYA21-Jun-09 21:48
KIDYA21-Jun-09 21:48 
AnswerRe: shut down client from server Pin
Christian Graus21-Jun-09 21:13
protectorChristian Graus21-Jun-09 21:13 
GeneralRe: shut down client from server Pin
EliottA22-Jun-09 2:46
EliottA22-Jun-09 2:46 
AnswerRe: shut down client from server Pin
EliottA22-Jun-09 2:35
EliottA22-Jun-09 2:35 
QuestionLoading Dlls programatically in C# Pin
Tina P21-Jun-09 19:05
Tina P21-Jun-09 19:05 
AnswerRe: Loading Dlls programatically in C# Pin
himanshu256121-Jun-09 21:22
himanshu256121-Jun-09 21:22 
AnswerRe: Loading Dlls programatically in C# Pin
Shukla Rahul21-Jun-09 22:17
Shukla Rahul21-Jun-09 22:17 
QuestionGetting array of Numbers. Pin
Sangram_KP21-Jun-09 17:35
Sangram_KP21-Jun-09 17:35 
AnswerRe: Getting array of Numbers. Pin
Christian Graus21-Jun-09 19:32
protectorChristian Graus21-Jun-09 19:32 
QuestionRe: Getting array of Numbers. Pin
Sangram_KP21-Jun-09 20:03
Sangram_KP21-Jun-09 20:03 
AnswerRe: Getting array of Numbers. Pin
Christian Graus21-Jun-09 21:15
protectorChristian Graus21-Jun-09 21:15 
GeneralRe: Getting array of Numbers. Pin
himanshu256121-Jun-09 21:30
himanshu256121-Jun-09 21:30 

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.