DevMaster.net Forums
[[ Home | Forums | 3D Engines Database | Wiki | Articles/Tutorials | Game Dev Jobs | IRC Chat Network | Contact Us ]]

Go Back   DevMaster.net Forums > Programming & Development > Sound and Music Programming
User Name
Password
Register FAQ Members List Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 02-08-2005, 07:08 AM   #1
Aryan
New Member
 
Join Date: Feb 2005
Posts: 2
Post

Hi,
Im working with the AVI Files for a project which records real time video and audio. I was wondering if there is something that could help me to determine the health of Mic and Camera, without actually looking at the Video or listening to the Audio.
(May be I can parse through the AVI file for header chunks or Data chunks, but I am not sure about what I should be looking for )

Thanks!
Abilash G. Sanam
Aryan is offline   Reply With Quote
Old 02-08-2005, 11:35 AM   #2
tgraupmann
New Member
 
Join Date: Dec 2004
Posts: 14
Default

If you can get a hold of the WAV data (Amplitude over time) you can check for noise by just looking how closely the wave pattern looks random. Low noise should appear more smooth. So if you take an average for every 50 data points, all the points should be within a certain tolerance otherwise the confidence/health should go down.
tgraupmann is offline   Reply With Quote
Old 06-02-2005, 01:37 PM   #3
Aryan
New Member
 
Join Date: Feb 2005
Posts: 2
Default

Quote:
Originally Posted by tgraupmann
If you can get a hold of the WAV data (Amplitude over time) you can check for noise by just looking how closely the wave pattern looks random. Low noise should appear more smooth. So if you take an average for every 50 data points, all the points should be within a certain tolerance otherwise the confidence/health should go down.
[snapback]15901[/snapback]

Thank You Very much for your reply tgraupmann. I was trying to do something similar to what you have suggested, but since I am working on a embedded system, the solution was not feasible. Moreover I also need some help with the video data. It would be great to hear what you have to say in this regard.

Aryan
Aryan is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump


All times are GMT -7. The time now is 09:52 PM.


Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.