Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Strange Exception... Pin
Anders Molin15-Jul-01 22:32
professionalAnders Molin15-Jul-01 22:32 
GeneralADO error in release build Pin
15-Jul-01 6:29
suss15-Jul-01 6:29 
QuestionAdd Table to DaoDatabase?? Pin
otvac15-Jul-01 1:45
otvac15-Jul-01 1:45 
AnswerRe: Add Table to DaoDatabase?? Pin
15-Jul-01 5:03
suss15-Jul-01 5:03 
GeneralCOM Pin
14-Jul-01 22:27
suss14-Jul-01 22:27 
GeneralRe: COM Pin
15-Jul-01 7:26
suss15-Jul-01 7:26 
GeneralRe: COM Pin
Bret Faller18-Jul-01 12:49
Bret Faller18-Jul-01 12:49 
GeneralVideo streaming blues Pin
Alex Griffing14-Jul-01 21:22
Alex Griffing14-Jul-01 21:22 
Hi all!
I have a bunch of problems that fall under the general category of video streaming, and since this technology is rapidly advancing I'm hoping that other people are dealing with this too.

I have:
Analog camera -> osprey card -> Real Producer

I would like:
Analog camera -> osprey card -> my little program -> Real Producer

I'm afraid it might not be in the cards, but I've only done VFW stuff so maybe it can be done using DirectShow?

One problem is that I need to monitor the video stream (locally) but since the encoder is connected to the capture device I'm working around the problem by constantly peeking at the DC of the display window (Dead | X| ) Is there a better way?

Another problem is that I need a _live_ display (to get a reasonably tight feedback loop, as in video conferencing) but the >10 second delay that makes the Real stream so smooth and low bitrate makes the latency too high. Again, I'm working around this by capturing the DC of the Real Producer display, shrinking it, compressing it to a jpeg, then sending it over the net to a receiving program. Very inefficient, but the point is to get improved latency which it does. But it still makes me gag.

By the way, the receiving program I'm using is a windows exe, but I'd like it to display on the web instead (users won't download stuff). I assume that the way to do this would be using java or an ATL control - neither of which I know now, but if this is the way to do it then I will learn. Any suggestions?

To vent another video complaint, my stinky little Real Producer voyeur program saves recent frames in a circular buffer and makes a video file from it upon request. However, it's a pain to use the driver's 'compression dialog' to set the compression parameters manually. I'm working around it by saving the result of the compression structure in a file. As an aside, is it possible to change the video format and source in a more programmatically flexible way than clicking on a radio button in the driver's dialog box? I think I remember DirectShow being able to do this though.

What's the legal status of the divx codec? Personal use? In-house use? Commercial use?

Another video question - There are lots of codecs for transforming (a bunch of raw frames) -> (a video file) but I'm looking for a way to replace sending a 'stream' of jpeg frames (generated on the fly) over the network. Any pointers?

Also I just noticed that versions of windows more recent than 95 have built-in JPEG support! My question is how compatible is this with other programs that read jpegs? Does the pointer to the bits contain a real jpeg, or do you have to do some header shuffling in order to get a bona fide jpeg from it? Any pointers? I'm sure looking forward to not having to deal with the IJG library.

Finally, I'm looking to replace the (analog video camera -> osprey card) with a digital video camera. Does anyone have any suggestions?

Much thanks to anyone who takes the time to reply!


GeneralActiveX control for Visual C Pin
Sam C14-Jul-01 20:51
Sam C14-Jul-01 20:51 
GeneralHelp on ActiveX clock Pin
Bok David14-Jul-01 13:57
Bok David14-Jul-01 13:57 
QuestionHow to start and run other .exe file from MFC project Pin
14-Jul-01 11:42
suss14-Jul-01 11:42 
AnswerRe: How to start and run other .exe file from MFC project Pin
Anders Molin14-Jul-01 12:23
professionalAnders Molin14-Jul-01 12:23 
GeneralThanks , please detail Pin
15-Jul-01 8:28
suss15-Jul-01 8:28 
GeneralRe: Thanks , please detail Pin
Anders Molin15-Jul-01 9:33
professionalAnders Molin15-Jul-01 9:33 
GeneralRe: Thanks , please detail Pin
Christian Graus15-Jul-01 12:56
protectorChristian Graus15-Jul-01 12:56 
GeneralRe: Thanks , please detail Pin
17-Jul-01 21:39
suss17-Jul-01 21:39 
AnswerRe: How to start and run other .exe file from MFC project Pin
Stan Shannon14-Jul-01 12:27
Stan Shannon14-Jul-01 12:27 
AnswerRe: How to start and run other .exe file from MFC project Pin
#realJSOP16-Jul-01 0:43
professional#realJSOP16-Jul-01 0:43 
Generalbegginer in the most extreme sense of the word Pin
14-Jul-01 8:13
suss14-Jul-01 8:13 
GeneralRe: begginer in the most extreme sense of the word Pin
SAV14-Jul-01 9:30
SAV14-Jul-01 9:30 
QuestionHow can I display WINDOWS METAFILE Pin
14-Jul-01 4:38
suss14-Jul-01 4:38 
GeneralATL hell Pin
Christian Graus14-Jul-01 3:58
protectorChristian Graus14-Jul-01 3:58 
GeneralRe: ATL hell Pin
14-Jul-01 7:28
suss14-Jul-01 7:28 
GeneralRe: ATL hell Pin
Michael Dunn14-Jul-01 8:03
sitebuilderMichael Dunn14-Jul-01 8:03 
GeneralRe: ATL hell Pin
Christian Graus14-Jul-01 12:06
protectorChristian Graus14-Jul-01 12:06 

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.