Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Blocking Pin
tanarnelinistit25-Jul-06 1:44
tanarnelinistit25-Jul-06 1:44 
AnswerRe: Blocking Pin
Eytukan25-Jul-06 3:44
Eytukan25-Jul-06 3:44 
GeneralRe: Blocking Pin
ThatsAlok25-Jul-06 1:26
ThatsAlok25-Jul-06 1:26 
AnswerRe: Blocking Pin
David Crow25-Jul-06 3:06
David Crow25-Jul-06 3:06 
AnswerRe: Blocking Pin
earl25-Jul-06 4:24
earl25-Jul-06 4:24 
QuestionImage Processing using visual c++ Pin
Cassiopeiaxy24-Jul-06 23:25
Cassiopeiaxy24-Jul-06 23:25 
AnswerRe: Image Processing using visual c++ Pin
ashwath200524-Jul-06 23:48
ashwath200524-Jul-06 23:48 
AnswerRe: Image Processing using visual c++ Pin
normanS25-Jul-06 0:50
normanS25-Jul-06 0:50 
Try searching CodeProject for "video capture" or "webcams" - look for a sample application which captures frames of video to memory.

If you set the webcam / capture routine to capture 8-bit Black & White (monochrome), these captured images are really just 2D arrays of intensity (for 8-bit monochrome, each pixel is an intensity value in the range 0 to 255.)

If you capture in colour, you will have to convert the colour information of each pixel to an equivalent intensity value. I'd guess there are libraries to do that sort of thing.

Find a suitable project to start with, try playing around, then ask specific, detailed questions about any problems you encounter.

AnswerRe: Image Processing using visual c++ Pin
Farhat Aisha25-Jul-06 3:33
Farhat Aisha25-Jul-06 3:33 
QuestionProperty Sheet Wizard Pin
ashwath200524-Jul-06 23:20
ashwath200524-Jul-06 23:20 
AnswerRe: Property Sheet Wizard Pin
Naveen24-Jul-06 23:45
Naveen24-Jul-06 23:45 
GeneralRe: Property Sheet Wizard Pin
ashwath200525-Jul-06 0:08
ashwath200525-Jul-06 0:08 
GeneralRe: Property Sheet Wizard Pin
Naveen25-Jul-06 0:14
Naveen25-Jul-06 0:14 
GeneralRe: Property Sheet Wizard Pin
ashwath200525-Jul-06 0:26
ashwath200525-Jul-06 0:26 
Questionlibmysql.lib Error Pin
Y_Kaushik24-Jul-06 23:14
Y_Kaushik24-Jul-06 23:14 
AnswerRe: libmysql.lib Error Pin
toxcct24-Jul-06 23:41
toxcct24-Jul-06 23:41 
GeneralRe: libmysql.lib Error Pin
David Crow25-Jul-06 3:12
David Crow25-Jul-06 3:12 
GeneralRe: libmysql.lib Error Pin
toxcct25-Jul-06 4:54
toxcct25-Jul-06 4:54 
AnswerRe: libmysql.lib Error Pin
Hamid_RT25-Jul-06 2:32
Hamid_RT25-Jul-06 2:32 
Questionlibmysql.lib Error Pin
Y_Kaushik24-Jul-06 22:57
Y_Kaushik24-Jul-06 22:57 
AnswerRe: libmysql.lib Error Pin
_AnsHUMAN_ 24-Jul-06 23:00
_AnsHUMAN_ 24-Jul-06 23:00 
AnswerRe: libmysql.lib Error Pin
toxcct24-Jul-06 23:09
toxcct24-Jul-06 23:09 
GeneralRe: libmysql.lib Error Pin
ThatsAlok25-Jul-06 2:10
ThatsAlok25-Jul-06 2:10 
QuestionWMA To WAV [modified] Pin
yhl2ws24-Jul-06 22:04
yhl2ws24-Jul-06 22:04 
AnswerRe: WMA To WAV Pin
Hamid_RT27-Jul-06 6:00
Hamid_RT27-Jul-06 6:00 

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.