• Page 1 of 3
  • 1
  • 2
  • 3
  • >
Blog > Project Diary

Project Diary

Updates regarding the development of my Final Year Project (FYP).

Trendnet security cam flaw exposes video feeds on net

Project Diary
07/02/2012

Well today just keeps getting better (in a sense). Obviously, this is not great news for the people that use the system, but, what I considered as a main competitor for my final year project has had a significant security…
Read more

 
 

Current Issues…

Project Diary
01/02/2012

So! As it stands, the ENTIRE prototype functionality is working… Multi-Video Streaming, Multi-Audio Streaming, Video and Audio Output and Linked Output. As well as proper class architecture and hierarchies (Abstract Base Camera class etc…) HOWEVER I still have some minor…
Read more

 
 

Could not load file or assembly ‘Microsoft.DirectX, Version=1.0.2902.0… Joy

Project Diary
30/01/2012

First time I’ve ran the prototype code in uni labs today. The grand occasion was met with expected complete failure Could not load file or assembly ‘Microsoft.DirectX, Version=1.0.2902.0 This seems to me like an extension of DirectX is missing, possibly…
Read more

 
 

First Outputted Event With Sound and Image

Project Diary
27/01/2012

Here is my first successful output file with both video and audio! This was created with the prototype version of the software. Additionally, the camera was running at 20 FPS, and the combined size for both the video and audio…
Read more

 
 

Combined Video and Audio

Project Diary
27/01/2012

I’ve successfully managed to bind the audio to the video file, however as it stands it’s still quite primitive, bulky and messy. However this is a important step and probably the final part of the prototype before I implement the…
Read more

 
 

Runtime Environment Problems

Project Diary
17/01/2012

SO! It would seem trying to compile a .DLL that was built outside of the .NET 4 Framework (or 3.5 for that matter) can be a bad thing! Fortunately, it’s easy to configure as the app.config of my Winforms project…
Read more

 
 

FileLoadException was unhandled

Project Diary
17/01/2012

Hurray! I got an error: “Mixed mode assembly is built against version ‘v1.1.4322′ of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.” Not really sure what it means at the moment! :S

 
 

Major Problems with: m_MicrophoneCollection = new CaptureDevicesCollection();

Project Diary
17/01/2012

SO the line of code: m_MicrophoneCollection = new CaptureDevicesCollection(); seems to make my application completely hang, I was aware that, since the DLL is ‘oldish’ that some compatibility issues would creep in, but these can be handled by ignoring Loader…
Read more

 
 

4 (3) Multiple Live Webcam Video Streams!

Project Diary
10/01/2012

As I mentioned yesterday, I planned on working towards getting the Sample Video Streaming Application ready for tomorrows Group Technical Demo and here it is! So, I only have three cameras, but im pretty confident that a fourth will work…
Read more

 
 

Video Streaming!

Project Diary
10/01/2012

So, I’ve been hard at work trying to manipulate the DirectShow.NET managed library and I’ve finally got video streaming. One side effect at the moment is the application is spawning additional windows as I am setting the MediaControl to be…
Read more

 
 
spacer
  • Page 1 of 3
  • 1
  • 2
  • 3
  • >