Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Professional Discussion / Video Capture Firewire

Author
Message
AlexI
20
Years of Service
User Offline
Joined: 31st Dec 2004
Location: UK
Posted: 29th Apr 2005 04:15
i have asked this question before but with a lot of limaitations like no dlls and with usb converter

How can i show live camera footage from a sony camera threw a fire wire card?

Any dlls known
Any code
Any way at all
Manson_NS
21
Years of Service
User Offline
Joined: 4th May 2004
Location: Denmark
Posted: 29th Apr 2005 04:35
nope,
nope,
and nope,

video capturing in Windows generaly require use of avicap32.dll, which then again requires the use of a callback function to your prog - which the nice people who made DB won't help you with, and noone have ever got working, though there's been a few attempts.

However avicap32.dll has a function which copies a frame to the clipboard, at a very low fps, and costs you your CPU performance.
I have the last solution working around 10 fps if I recall correctly, but when connecting to more than two cams get your fps down to about 0.5
AlexI
20
Years of Service
User Offline
Joined: 31st Dec 2004
Location: UK
Posted: 29th Apr 2005 04:38 Edited at: 29th Apr 2005 04:38
Can i see the code for
Quote: "
I have the last solution working around 10 fps
"
Sinistar
20
Years of Service
User Offline
Joined: 23rd Jul 2004
Location:
Posted: 29th Apr 2005 06:38
YEah me too!
NoteJam
20
Years of Service
User Offline
Joined: 11th Apr 2005
Location:
Posted: 29th Apr 2005 15:01
I have run several video editors on my computer, and I notice the capture options of one sometimes shows up as an option in another, but it was not there as option until I installed the second editor.

So I think maybe they have their own code, maybe hopefully its a dll we can get at?

Anyway, Pinnacle Studio av/dv comes with a firewire card.
Maybe if you ask them real nice, if there is any capture dll, would they share the docs on it, they just might. If that does not work, maybe contact the manufacture of some of these other capture programs that appear in not only their own editor, but in other editors as option.


Pinnacle is at www.pinnaclesys.com

PS: Their editor is cool, has support for vst audio plugins. can play mp3 and cds.

They have probably more video effects around than most editors.
You can also buy a program from them to create your own pinnacle video effects.

Thats part of the reason they have so many of them, people keep making new ones on their web site.

Firewire card and editor is about $80
Nicholas Thompson
20
Years of Service
User Offline
Joined: 6th Sep 2004
Location: Bognor Regis, UK
Posted: 29th Apr 2005 19:45
Quote: "
Maybe if you ask them real nice, if there is any capture dll, would they share the docs on it, they just might.
"


And maybe microsoft might release their next OS as Open Source :-P

My Website:
AlexI
20
Years of Service
User Offline
Joined: 31st Dec 2004
Location: UK
Posted: 29th Apr 2005 20:17
once i have dll how would i use it?

never used DLLs before
PowerSoft
20
Years of Service
User Offline
Joined: 10th Oct 2004
Location: United Kingdom
Posted: 1st May 2005 22:35
hehe

[b]PowerScript: Currently Working on Expression Evaluating, thanks alot DavidT for the help
Baggers
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Yonder over dem dere hills
Posted: 1st May 2005 22:41
I think what powersoft is trying to say is it might be wise to find another project !

Nicholas Thompson
20
Years of Service
User Offline
Joined: 6th Sep 2004
Location: Bognor Regis, UK
Posted: 2nd May 2005 00:54 Edited at: 2nd May 2005 00:54
Baggers - why is Jazz humping a carrot?

My Website:
AlexI
20
Years of Service
User Offline
Joined: 31st Dec 2004
Location: UK
Posted: 2nd May 2005 00:57
ha

Still Once i have DLL how would i use it?
AndyPandy
20
Years of Service
User Offline
Joined: 12th Oct 2004
Location:
Posted: 2nd May 2005 02:22
There is some webcam capture code using windows api's in the code section somewhere. Just select the firewire driver as capture device and it should work, u can also save an avi.
Nicholas Thompson
20
Years of Service
User Offline
Joined: 6th Sep 2004
Location: Bognor Regis, UK
Posted: 2nd May 2005 02:30
I have tried the webcam one.. What it does is save each frame as a BMP/DIB file in "C:\" and then loads it as an image in DBP.

Problem here is that even a 320x200 image is Über slow. A 720x576 image (standard DV input size from a camcorder) will absolutely slaughter DBP. I cant see how you'll be able to do anything usefull with it, unless you have a grid setup in your house thus spreading the processing load over around 20 PC's using gigabit LAN, or maybe fibre optics.. You might then reach about 20fps :-P

My Website:
AlexI
20
Years of Service
User Offline
Joined: 31st Dec 2004
Location: UK
Posted: 2nd May 2005 02:42
well can somone post the code for the webcam thing and the driver.
PLEASE it my be awfull but, just something!
Baggers
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Yonder over dem dere hills
Posted: 2nd May 2005 03:55
Because he likes them !...arbeit maybe a little to much but thats his business !...but now youve embarrased him so ive changed it !

Nicholas Thompson
20
Years of Service
User Offline
Joined: 6th Sep 2004
Location: Bognor Regis, UK
Posted: 2nd May 2005 05:32 Edited at: 2nd May 2005 05:32
@!hi: Ok you're just being plain lazy now.. Type the word "webcam" into the perfectly good subject search box at the bottom and your answer is TOP OF THE LIST!!!

My Website:
NoteJam
20
Years of Service
User Offline
Joined: 11th Apr 2005
Location:
Posted: 2nd May 2005 13:59
You can get the vgap dll for video capture, but its beta. You might need a different video card for it to work.
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=2939&objectType=file
NoteJam
20
Years of Service
User Offline
Joined: 11th Apr 2005
Location:
Posted: 2nd May 2005 14:04
Here's a video capture tutorial on the capture dll lua. Think its visual basic.

http://www.technotecture.com/projects/libTAP/view.php/page/tut_video_lua
NoteJam
20
Years of Service
User Offline
Joined: 11th Apr 2005
Location:
Posted: 2nd May 2005 14:14
Tutorial on video capture.
http://babek.info/libertybasicfiles/lbnews/nl127/vidcap.htm
AlexI
20
Years of Service
User Offline
Joined: 31st Dec 2004
Location: UK
Posted: 3rd May 2005 22:47
Cool Thanks ill have a look at the dll

Login to post a reply

Server time is: 2025-05-28 06:01:38
Your offset time is: 2025-05-28 06:01:38