Tag: Video

How To: Save image to BMP file from IBasicVideo or VMR windowless interface

A simple question being asked all over again. Given IBasicVideo, IBasicVideo2, IVMRWindowlessControl or IVMRWindowlessControl9, how to save image to file? It is easy. It is a bit easier with IBasicVideo because it is possible to query this interface directly from graph’s interface, such as IGraphBuilder, and the call will be forwarded to video renderer. This…

Read the full article

Mobotix cameras online (updated)

Mobotix cameras online, various models discovered by web spider bot, see previous list here: Basic , http://85.47.147.28 – Firmware M1-V1.9.4.8 (2003-12-01) D10D-Secure M10-1-38-123, http://mbsj.no-ip.org:7001 – Firmware M10-V2.1.0.9-D10 (2005-01-07) D12D-Sec D12, http://cabanga.dvrdns.org:8080 – Firmware MX-V3.4.2.2 (2008-04-25)

How To: Wrap an existing DirectShow filter with a private video source filter (COM aggregation)

See beginning in microsoft.public.win32.programmer.directx.video newsgroup. This sample is demonstrating COM aggregation to embed an existing filter an re-expose it as a new filter having inner filter pre-initialized. The Visual Studio C++.NET 2008 projects contains a DirectShow filter class that registers itself under Video Capture Sources category and embeds File Source (Async) Filter inside initialized to…

Read the full article