Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Nov 12th, 2007, 9:04 PM   #1
hoffmandirt
Hobbyist Programmer
 
hoffmandirt's Avatar
 
Join Date: Jul 2005
Location: PA
Posts: 125
Rep Power: 4 hoffmandirt is on a distinguished road
Send a message via AIM to hoffmandirt
Digital Video over FireWire

I am looking for a way to capture video, mainly digital stills, from a Sony digital video camcorder over FireWire. I have been searching for some free libraries written in C#, but I haven't found much. I did find TVideoGrabber(http://www.delphicity.com/vidgrab/index.htm), but I haven't been able to try it out because I won't have a FireWire cable until tomorrow morning. Has anyone used this in this before? If so, does it work and how well does it work? Any other information on this subject will be helpful as well. Any C dll's will work as well.
hoffmandirt is offline   Reply With Quote
Old Nov 13th, 2007, 1:05 AM   #2
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 332
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
Re: Digital Video over FireWire

I have used a program called Kino on linux to capture dv video on fire wire. you could look at thier source code.http://www.kinodv.org/
__________________
i dont know much about programming but i try to help
mrynit is offline   Reply With Quote
Old Nov 14th, 2007, 8:46 PM   #3
hoffmandirt
Hobbyist Programmer
 
hoffmandirt's Avatar
 
Join Date: Jul 2005
Location: PA
Posts: 125
Rep Power: 4 hoffmandirt is on a distinguished road
Send a message via AIM to hoffmandirt
Re: Digital Video over FireWire

I found a solution for windows. It's called DirectShow by Microsoft. It seems to work well. The only downfall is that it's only written in c++. http://msdn2.microsoft.com/en-us/library/ms783323.aspx
hoffmandirt is offline   Reply With Quote
Old Nov 14th, 2007, 10:31 PM   #4
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,034
Rep Power: 5 lectricpharaoh will become famous soon enough
Re: Digital Video over FireWire

You can always use p/invoke to mix the two. Many of the 'raw' APIs for Win32 are designed to be called from C, but this does not mean you must use C. Look into the System.Runtime.InteropServices namespace.

If you take this approach, though, you've got some grunt work ahead of you. You'll need to pull the prototypes from the associated header files, and give C# declarations so the compiler knows how to marshal the parameters. You'll also need to define the structures and/or unions used, again by looking through the headers and creating C# equivalents. This page might help, as it explains the attributes you'll need to use to simulate the union type in C#.

You may also need to add a reference to your project. If you do, this should be your first step.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Nov 14th, 2007, 10:31 PM   #5
xavier
Professional Programmer
 
xavier's Avatar
 
Join Date: Oct 2004
Location: .ro
Posts: 383
Rep Power: 4 xavier is on a distinguished road
Send a message via Yahoo to xavier
Re: Digital Video over FireWire

Check this out :
http://www.codeproject.com/cs/media/lasergesture.asp
http://www.codeproject.com/cs/media/..._Detection.asp
__________________
Don't take life too seriously, it's not permanent !
xavier is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
video conversion lectricpharaoh C# 1 May 11th, 2007 6:20 PM
Video Player like BSPlayer (2 Windows) Superr C# 2 Mar 24th, 2006 7:50 PM
VESA Video question vidmaster Assembly 12 Feb 24th, 2006 12:37 PM
Anybody have an idea to "rebuild" corrupt/damaged frames for a video? snakecontroller Coder's Corner Lounge 6 Jan 7th, 2006 8:06 AM
Checking source codes of image, audio and video files on_auc C++ 3 Feb 21st, 2005 8:36 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:18 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC