Author: Roman

TRENDnet Cameras Online

Found at http://trendnet.com/demo/ TRENDnet TV-IP422W Wireless Internet Camera Server http://guest:guest@65.44.139.2:9189 TRENDnet TV-IP301W Wireless Advanced Day/Night Internet Camera Server w/ Audio http://guest:guest@65.44.139.2:9211 TRENDnet TV-IP201W Wireless Internet Camera Server w/ Audio http://guest:guest@65.44.139.2:9212 TRENDnet TV-IP110W Wireless Internet Camera Server http://guest:guest@65.44.139.2:9213 TRENDnet TV-IP212W Wireless Internet Camera Server w/ 2-Way Audio http://guest:guest@65.44.139.2:9214 TRENDnet TV-IP312W Wireless Day/Night Internet Camera Server w/…

Read the full article

How To: Implement DirectShow Filter using DirectX Media Object DMO (Part 5: In-Place Processing)

Previously on the topic: Part 1: Starting the Project Part 2: Video Processing Part 3: Persistence, Automation and Property Pages Part 4: Merit Due to the nature of the brightness and constract correction processing, it would make sense to combine and simplify processing to apply correction “in-place”, that is without copying data from input to…

Read the full article

How To: Implement DirectShow Filter using DirectX Media Object DMO (Part 4: Merit)

Previously on the topic: Part 1: Starting the Project Part 2: Video Processing Part 3: Persistence, Automation and Property Pages The implemented so far filter/DMO shown a problem related to its unexpectedly high “importance” in the system with the symptom of “auto-insertion” the filter when it is not necessary. For example, let us render an…

Read the full article

ATL and Visual Studio C++.NET 2008 Goodies

This seems to be undocumented (Google does not know anything on this): ATL server executables may be run with /RegServerPerUser and /UnregServerPerUser switches to hopefully (this what would expect this to do without checking) register contained COM classes under HKEY_CURRENT_USER rather than HKEY_LOCAL_MACHINE and thus allow COM server run under credentials of non-administrative user. See…

Read the full article