Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development


Reply
 
Share Thread Tools Display Modes
Old 12-06-2005, 04:39 PM   #106
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
@lostreception: hmm i don't think so... the capture-dll i use is limited to one device right now.

i don't think that it is possible to setup a directx capture graph with more than one video input source.

for this someone has to write a directx filter :-)

but you can do this "offline" on your homepc after you have recorded the raw-videos.
Prefect is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-29-2005, 05:14 PM   #107
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
nevermind. got it working.

Last edited by b8bboi; 12-29-2005 at 05:39 PM.
b8bboi is offline   Reply With Quote
Old 12-29-2005, 05:59 PM   #108
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
b8bboi: can you tell what the problem was in your case?
Prefect is offline   Reply With Quote
Old 12-30-2005, 11:27 AM   #109
Constant Bitrate
 
Join Date: Aug 2005
Posts: 120
SMOKINV8 is on a distinguished road
Prefect, I just wanted to say that I think it is VERY cool of you to come here and share your program on this site, especially with you being a newer member. I plan on giving this a try once I finish putting everything together, so I just wanted to thank you for making it available to us all.
__________________
In the works...
Dell GX240 SFF
P4 1.8GHz, 256 RAM, 160GB HDD
8" Lilliput (fab work completed - F-150)

My worklog
Misc crap FS - OLD laptop (w/ adapters) | Sony memory | USB key | Printer Dock, etc
SMOKINV8 is offline   Reply With Quote
Old 12-30-2005, 11:30 AM   #110
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Quote: Originally Posted by Prefect
b8bboi: can you tell what the problem was in your case?

There was no problem. I was just an idiot. I forgot to install the cam's driver.
b8bboi is offline   Reply With Quote
Old 12-30-2005, 12:29 PM   #111
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
@SMOKINV8: Wow thanks a lot for your words! :-D

Again: This is my first c# project and I am still not very good in programming this type of app. If someone want's the C# source to improve the app and share it, he would be welcome.

Regards, Chris
Prefect is offline   Reply With Quote
Old 12-30-2005, 12:48 PM   #112
Maximum Bitrate
 
Join Date: Aug 2004
Location: Germany
Posts: 461
Konrad is on a distinguished road
Did you take a look at the audio codec selection ?
Konrad is offline   Reply With Quote
Old 12-30-2005, 12:58 PM   #113
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
@Konrad: couldn't find out how to implement this :-( the DirectXCapture DLL has no wrapper classes for this i think.
Prefect is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-30-2005, 03:09 PM   #114
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
b8bboi is on a distinguished road
Prefect, could you add some keyboard shortcuts to your app? Like Ctrl-R for recording and Ctrl-S for stop? This is so that we can use a remote.
b8bboi is offline   Reply With Quote
Old 12-30-2005, 08:04 PM   #115
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
@b8bboi: here you are: Capture!.zip


@All: New Version!

- Added keyboard shortcut for the Start&Stop-function. Klick "Options" --> "Define Key Shortcut" and follow the instructions
There is also a new config.ini entry for this: "KeyShortCut=S". I think it doesn't work with modifyer keys right now. So try to use it without shift, alt and ctrl.

- Played around with "this.TopLevel;", "this.BringToFront();" and "this.Focus();". I think the window now displays correct topmost when it starts. Please report any unwanted beavior! (strange that the window displays under explorer windows if I leave it with the defaults)

- fixed bug with Start-Button not beeing focused on load.


Greetz, Chris

Last edited by Prefect; 12-30-2005 at 08:06 PM.
Prefect is offline   Reply With Quote
Old 12-31-2005, 12:19 AM   #116
Newbie
 
Join Date: Oct 2005
Location: Antwerp
Posts: 21
PsynceFiction is on a distinguished road
Does this work with every webcam?

I have 2 of these cameras: http://www.anmo.com.tw/product_infor...s/clipcam.html

Cheerz!
PsynceFiction is offline   Reply With Quote
Old 12-31-2005, 05:24 AM   #117
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
It works with all video capture devices, like every usb-webcam, tv-cards and video-in on graphiccards.

remember that you normally can't use two cams of the same manufacturer on one pc! you have to use two different models because you need two different driver-names.

Try to start c:\windows\vidcap32.exe and see if your cam is displayed as a video source.

Last edited by Prefect; 12-31-2005 at 07:53 AM.
Prefect is offline   Reply With Quote
Old 12-31-2005, 09:38 AM   #118
Newbie
 
Join Date: Oct 2005
Location: Antwerp
Posts: 21
PsynceFiction is on a distinguished road
Quote: Originally Posted by Prefect
remember that you normally can't use two cams of the same manufacturer on one pc! you have to use two different models because you need two different driver-names.

That's weird. With the program that came with the cameras I can choose from which camera I get a view.

But I'm gonna give it a try. Thanks for your input.
PsynceFiction is offline   Reply With Quote
Old 01-04-2006, 12:15 AM   #119
Maximum Bitrate
 
Civic03's Avatar
 
Join Date: Dec 2005
Posts: 605
Civic03 is on a distinguished road
wow this is really not in english huh.
__________________

PROGRESS 95%[//////////]Complete - Software configurations
Current Task: Just adding on...
Needed:wireless keyboard/mouse
My Carputer Blog
Car System Site
Civic03 is offline   Reply With Quote
Old 01-04-2006, 12:23 AM   #120
Raw Wave
 
tj!2k4's Avatar
 
Join Date: Oct 2004
Posts: 3,294
tj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud oftj!2k4 has much to be proud of
Quote: Originally Posted by Prefect
It works with all video capture devices, like every usb-webcam, tv-cards and video-in on graphiccards.

A while back it wasn't working with my HomeConnect webcam.. did you change the camera support? Should I try again?
__________________
Dr. Ron Paul for President 2008

Hope for America - http://www.ronpaul2008.com

Who is Ron Paul? - Why do we need Ron Paul?

__________________
CarPC Newbs Start Here: All your questions answered, as if by E.S.P.
tj!2k4 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Recording (web)camera to carpc DaKyy General Hardware Discussion 12 09-05-2005 09:59 AM
iGuidance Recording Cheekz185 GPS 35 07-22-2005 07:56 PM
Routis click ok johnnyutah36 MediaCar 3 08-25-2004 11:22 PM
T-Mobile Internet cavramair Wireless Communications 9 07-24-2004 04:53 AM
Video camera for recording driving MBL MIKE Input Devices 4 04-26-2004 01:27 AM



All times are GMT -5. The time now is 11:38 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics