Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 09-11-2005, 04:26 PM   #46
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
@All: New Version: Capture!.zip


Watch out: If you chance the audio or video device, you have to re-select the video and audio properties!! Becaus switching the audio or video device causes a reset of the capture-object, setting it back to the defaults.

The error displayed when changing the audio-settings (sample rate, 8/16 bit) is now gone. You can save the audio-settings to the config.ini now correctly.

The window behaves now not as "always on top". The ontop function is now only called once while starting up, so the window is displayed and not hidden behind another window.


@Bodgy: that function was not implemented in the DXCapture tool. I removed it from the menu. But you can set the input source via the "Property Pages - Audio Capture Device", or via the windows sound-mixer.


@tj!2k4: i tested the original app and my modification without any video capture device attached to the computer. i get an error like yours when starting up the tools. Please test with the attached capturetest tool and tell me if you get the same error. If yes, your camera will probably not register itself as a normal WDM capture device in the system.

greetz! chris
Attached Files
File Type: zip CaptureTestOriginal.zip (52.4 KB, 168 views)
Prefect is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-11-2005, 04:45 PM   #47
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
Thanks for the info..


Here's the error that I get when trying to select the 3Com Homeconnect cam.. is there any way you might be able to add support for such devices, if I send you the driver or such?

Thanks..

-
Attached Images
 
tj!2k4 is offline   Reply With Quote
Old 09-11-2005, 04:53 PM   #48
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
Thanks for testing! I do not develop the DXCapture Class i use to access the video devices. So i cannot ad support for new devices, sorry :-/

The Capture! tool should work with all regular windows WDM capture devices (tv-cards, vivo-graphiccards and webcams). It works fine with 3 different webcams i tryed and my ati X800 card wich has video-input. So if your webcam does not work, there might be a compatibility issue with the drivers that came with the cam. Have you downloaded the newest version?

Sorry I can't help on this... :-/
Prefect is offline   Reply With Quote
Old 09-17-2005, 10:40 PM   #49
The Last Good Gremlin
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
GizmoQ has a spectacular aura aboutGizmoQ has a spectacular aura about
Quote: Originally Posted by tj!2k4
hmm, seem to be having a problem running this in the car..

It won't start, and displays the dialog below.

I do have .Net 1.1 installed... any ideas?

Thanks..

Dave

I had a similiar problem. Deleted the config.ini from the Capture! directory, ran my own capture proggy to make sure the camera was working, then ran capture! prog and all was well.

Last edited by GizmoQ; 09-17-2005 at 11:01 PM.
GizmoQ is offline   Reply With Quote
Old 09-18-2005, 11:19 AM   #50
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
Thanks GizmoQ. The Error will be shown, if the default values from the config.ini won't match with your camera (device id 0, resolution, framerate etc..)

these are the default values if you delete the config.ini: (last parameter...)

("CaptureDeviceConfig","VideoInputDevice", 0);
("CaptureDeviceConfig","VideoCompressor", 2);
("CaptureDeviceConfig","FrameRate", 30);
("CaptureDeviceConfig","FrameSizeWidth", 320);
("CaptureDeviceConfig","FrameSizeHeight", 240);

("AudioDeviceConfig","AudioInputDevice", -1);
("AudioDeviceConfig","AudioCompressor", 0);
("AudioDeviceConfig","AudioSamplingRate", 44100);
("AudioDeviceConfig","AudioSampleSize", 16);
("AudioDeviceConfig","AudioChannels", 1);

("MiscConfing","SaveToDrive ", "C:");
("MiscConfing","SaveToPath", "\\");
("MiscConfing","VideoFileName", "CarPC");
("MiscConfing","AutostartCapture", 0);
("MiscConfing","StopAfterMB", 0);
("MiscConfing","StartOver", 0);
("MiscConfing","WindowStateOnLoad", "normal");


New Version: Capture!.zip

Added Try-Catch to display errors while starting up. Now the app will not close itself if something goes wrong while trying to setup the camera. So you can try switching the device and save the config.

Chris
Prefect is offline   Reply With Quote
Old 09-19-2005, 09:12 AM   #51
Newbie
 
Join Date: Jun 2005
Location: Norway
Posts: 31
Go-carter is on a distinguished road
Sorry, I didn't quite understand how to run multiple cameras, can you explain it a bit more simple?

thanks
Go-carter is offline   Reply With Quote
Old 09-19-2005, 09:18 AM   #52
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
@Go-carter: "multiple cameras" are not supported directly. Caputre! can only record from one camera at once.

If you have two cameras (front and rear or so), you can copy the whole app to two different folders, say
c:\program files\capture_front and
c:\program files\capture_rear.

configure the two config.inis to your cameras (in capture_front\config.ini set "VideoInputDevice=0" and in capture_rear\config.ini set "VideoInputDevice=1").

Now you can make shortcuts to the two versions or add both in ces or cpos or whatever.

Make sure that only one instance of Capture! runns at a time!


I tried to access two cameras at once in another app, but the VIA C3 System was not fast enough for that...
Prefect is offline   Reply With Quote
Old 09-19-2005, 09:50 AM   #53
Newbie
 
Join Date: Jun 2005
Location: Norway
Posts: 31
Go-carter is on a distinguished road
I found it out, thanks

I'm going to record both forward and the driver

(sry for bad english...)
Go-carter is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-23-2005, 03:46 AM   #54
Newbie
 
Join Date: Jun 2005
Posts: 48
Tone is on a distinguished road
i just downloaded the capture program and tested it on my laptop befor i put it on my carputer and all works well exept 2 things...

when imbedded in centrafuse the preview screen streches the preview... rather than keeping the preview square (the actuall recording is fine)

the second thing is when i hit start i get this...

i lose my preview and get a blue section insted.... is this suposed to happen?

thanks for any help...
Tone is offline   Reply With Quote
Old 09-23-2005, 07:18 AM   #55
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
Hi Tone!

That's all correct, and not a bug but a feature!

The "bluescreen" is the background image. You can put your own image there by replacing the "backround.bmp" with any bmp you want. (i have a picture of my car there)

The reason for this is, that the VIA C3 System is not fast enough to record AND display a preview video.

For the aspect ratio thing i could include a new config.ini value "WindowWidth" and "WindowHeight" so you can set your own window size if running in "WindowStateOnLoad = normal". Would that solve your Problem?

My goal was to maximize the size of the preview window, regardless of the aspect ratio.

Greetz! Chris

Last edited by Prefect; 09-23-2005 at 08:01 AM.
Prefect is offline   Reply With Quote
Old 09-23-2005, 07:41 AM   #56
Tainted Love
 
Cris's Avatar
 
Join Date: Apr 2004
Location: Romania
Posts: 4,647
Cris is on a distinguished road
So this doesn't work on a Via?
Cris is offline   Reply With Quote
Old 09-23-2005, 08:01 AM   #57
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
Sure! The app is designed for a Via EPIA C3 System!

Without the preview-window active while recording the C3 1GHz System is able to record at 320x240 with 30 fps and divx 5.2 compression and audio recording with mp3 compression while having CES playing mp3s and navigating with travelbook.

It works very well, except that starting the app is a bit slow and after you pressed "start" the status display takes some seconds to show up, but recording is immediately.
Prefect is offline   Reply With Quote
Old 09-25-2005, 10:29 AM   #58
Tainted Love
 
Cris's Avatar
 
Join Date: Apr 2004
Location: Romania
Posts: 4,647
Cris is on a distinguished road
I'm not sure it has anything to do with the program, but after I record something, and open the video file just captured, the file doesn't play. It says playing, but nothing on the screen...any ideeas?
Cris is offline   Reply With Quote
Old 09-25-2005, 10:52 AM   #59
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Posts: 178
Prefect is on a distinguished road
@Cris: try deactivating the video codec and sound recording, change resolution and framerate, then try again. copy the video file to another computer and see if it plays there.

what error message do you get when you doubleclick the recorded avi?

Greetz, Chris
Prefect is offline   Reply With Quote
Old 09-25-2005, 06:55 PM   #60
Tainted Love
 
Cris's Avatar
 
Join Date: Apr 2004
Location: Romania
Posts: 4,647
Cris is on a distinguished road
Quote: Originally Posted by Prefect
@Cris: try deactivating the video codec and sound recording, change resolution and framerate, then try again. copy the video file to another computer and see if it plays there.

what error message do you get when you doubleclick the recorded avi?

Greetz, Chris


Thanks Chris. I've tryed all that, except copying the file to another computer.
I don't get any error massage, just media player doesn't play the file. It says it's playing but the bar isn't moving. Sorry about the off topic, as I don't think it's related to your software. Could be my lousy camera...I'll test it in the car when the new cam arrives.
Cris 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 01:55 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