Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Detecting modem readiness for commands Pin
led mike6-Jan-07 19:19
led mike6-Jan-07 19:19 
AnswerRe: Detecting modem readiness for commands Pin
Gary R. Wheeler7-Jan-07 2:02
Gary R. Wheeler7-Jan-07 2:02 
QuestionISampleGrabber Help Pin
ceejeeb6-Jan-07 2:54
ceejeeb6-Jan-07 2:54 
QuestionRe: ISampleGrabber Help Pin
Mark Salsbery6-Jan-07 5:45
Mark Salsbery6-Jan-07 5:45 
QuestionRe: ISampleGrabber Help Pin
ceejeeb6-Jan-07 12:35
ceejeeb6-Jan-07 12:35 
QuestionRe: ISampleGrabber Help Pin
Mark Salsbery6-Jan-07 13:19
Mark Salsbery6-Jan-07 13:19 
AnswerRe: ISampleGrabber Help Pin
ceejeeb7-Jan-07 1:59
ceejeeb7-Jan-07 1:59 
GeneralRe: ISampleGrabber Help Pin
Mark Salsbery7-Jan-07 4:53
Mark Salsbery7-Jan-07 4:53 
hmmm I wouldn't expect the buffer size to keep increasing.

Anyway, I dug up an article in my bookmarks that may help:
How To Get Data from a Microsoft DirectShow Filter Graph[^]

The docs for the samplegrabber filter don't really explain the buffered mode in any detail and
I've never used it (I have used the callback however). At the bottom of the article is this:
Buffered mode
The buffered mode of the Sample Grabber is not particularly useful. If the application needs to
copy samples to a buffer, it can do so in the callback.


I chose to write a simple renderer filter for grabbing frames instead of an in-place filter and
it works well.

Mark
GeneralRe: ISampleGrabber Help Pin
ceejeeb8-Jan-07 2:46
ceejeeb8-Jan-07 2:46 
GeneralRe: ISampleGrabber Help Pin
Mark Salsbery8-Jan-07 5:45
Mark Salsbery8-Jan-07 5:45 
GeneralRe: ISampleGrabber Help Pin
ceejeeb9-Jan-07 4:30
ceejeeb9-Jan-07 4:30 
QuestionRe: ISampleGrabber Help Pin
Mark Salsbery9-Jan-07 6:40
Mark Salsbery9-Jan-07 6:40 
QuestionWorking with modem Pin
javad_p6-Jan-07 2:08
javad_p6-Jan-07 2:08 
AnswerRe: Working with modem Pin
Alexander M.,6-Jan-07 13:42
Alexander M.,6-Jan-07 13:42 
Questioncan we find the status of a system? Pin
ShaluMalu6-Jan-07 1:43
ShaluMalu6-Jan-07 1:43 
AnswerRe: can we find the status of a system? Pin
Monty26-Jan-07 1:57
Monty26-Jan-07 1:57 
AnswerRe: can we find the status of a system? Pin
Cristian Amarie6-Jan-07 2:03
Cristian Amarie6-Jan-07 2:03 
Questionrandom 12-bit unsinged int Pin
ikbahrian6-Jan-07 1:35
ikbahrian6-Jan-07 1:35 
QuestionRe: random 12-bit unsinged int Pin
Johan Pretorius6-Jan-07 2:02
Johan Pretorius6-Jan-07 2:02 
AnswerRe: random 12-bit unsinged int Pin
ikbahrian6-Jan-07 2:12
ikbahrian6-Jan-07 2:12 
GeneralRe: random 12-bit unsinged int [modified] Pin
Johan Pretorius6-Jan-07 2:19
Johan Pretorius6-Jan-07 2:19 
GeneralRe: random 12-bit unsinged int Pin
ikbahrian6-Jan-07 2:40
ikbahrian6-Jan-07 2:40 
AnswerRe: random 12-bit unsinged int Pin
Johan Pretorius6-Jan-07 3:05
Johan Pretorius6-Jan-07 3:05 
GeneralRe: random 12-bit unsinged int Pin
ikbahrian6-Jan-07 3:14
ikbahrian6-Jan-07 3:14 
GeneralRe: random 12-bit unsinged int Pin
Johan Pretorius6-Jan-07 5:25
Johan Pretorius6-Jan-07 5:25 

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.