The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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

Reply
 
Thread Tools Display Modes
Old 09-11-2005, 03:26 PM   #46
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Vehicle: 2004 Mazda RX-8 231PS
Posts: 162
My Photos: (0)
@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, 154 views)
Prefect is offline   Reply With Quote
Sponsored Links
Old 09-11-2005, 03:45 PM   #47
Raw Wave
 
tj!2k4's Avatar
 
Join Date: Oct 2004
Posts: 3,453
My Photos: (1)
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, 03:53 PM   #48
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Vehicle: 2004 Mazda RX-8 231PS
Posts: 162
My Photos: (0)
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, 09:40 PM   #49
FLAC
GizmoQ's CarPC Specs
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Vehicle: Several
Posts: 1,318
My Photos: (82)
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 10:01 PM.
GizmoQ is offline   Reply With Quote
Old 09-18-2005, 10:19 AM   #50
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Vehicle: 2004 Mazda RX-8 231PS
Posts: 162
My Photos: (0)
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
Sponsored Links
Old 09-19-2005, 08:12 AM   #51
Newbie
 
Join Date: Jun 2005
Location: Norway
Vehicle: Land Rover Series 3
Posts: 31
My Photos: (0)
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, 08:18 AM   #52
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Vehicle: 2004 Mazda RX-8 231PS
Posts: 162
My Photos: (0)
@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, 08:50 AM   #53
Newbie
 
Join Date: Jun 2005
Location: Norway
Vehicle: Land Rover Series 3
Posts: 31
My Photos: (0)
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
Old 09-23-2005, 02:46 AM   #54
Newbie
 
Join Date: Jun 2005
Posts: 48
My Photos: (0)
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, 06:18 AM   #55
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Vehicle: 2004 Mazda RX-8 231PS
Posts: 162
My Photos: (0)
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 07:01 AM.
Prefect is offline   Reply With Quote
Old 09-23-2005, 06:41 AM   #56
Tainted Love
Cris's CarPC Specs
 
Cris's Avatar
 
Join Date: Apr 2004
Location: Romania
Vehicle: 2006 Renault Megane
Posts: 6,280
My Photos: (0)
So this doesn't work on a Via?
__________________
Epia M10000
Travla C137
Opus 150W
7" MM400 V2 Touch Screen in Custom Dash
7" MM400 VGA Monitor
7" Monitors in Custom Headrests
Slim DVD
BU-303 GPS
iDrive Griffin Powermate armrest
USB Wireless LAN



The Lost in Europe Ford Escort
Cris is offline   Reply With Quote
Old 09-23-2005, 07:01 AM   #57
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Vehicle: 2004 Mazda RX-8 231PS
Posts: 162
My Photos: (0)
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, 09:29 AM   #58
Tainted Love
Cris's CarPC Specs
 
Cris's Avatar
 
Join Date: Apr 2004
Location: Romania
Vehicle: 2006 Renault Megane
Posts: 6,280
My Photos: (0)
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?
__________________
Epia M10000
Travla C137
Opus 150W
7" MM400 V2 Touch Screen in Custom Dash
7" MM400 VGA Monitor
7" Monitors in Custom Headrests
Slim DVD
BU-303 GPS
iDrive Griffin Powermate armrest
USB Wireless LAN



The Lost in Europe Ford Escort
Cris is offline   Reply With Quote
Old 09-25-2005, 09:52 AM   #59
Constant Bitrate
 
Prefect's Avatar
 
Join Date: May 2005
Location: Switzerland
Vehicle: 2004 Mazda RX-8 231PS
Posts: 162
My Photos: (0)
@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, 05:55 PM   #60
Tainted Love
Cris's CarPC Specs
 
Cris's Avatar
 
Join Date: Apr 2004
Location: Romania
Vehicle: 2006 Renault Megane
Posts: 6,280
My Photos: (0)
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.
__________________
Epia M10000
Travla C137
Opus 150W
7" MM400 V2 Touch Screen in Custom Dash
7" MM400 VGA Monitor
7" Monitors in Custom Headrests
Slim DVD
BU-303 GPS
iDrive Griffin Powermate armrest
USB Wireless LAN



The Lost in Europe Ford Escort
Cris is offline   Reply With Quote
Sponsored Links
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
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 08:59 AM
iGuidance Recording Cheekz185 GPS 35 07-22-2005 06:56 PM
Routis click ok johnnyutah36 MediaCar 3 08-25-2004 10:22 PM
T-Mobile Internet cavramair Wireless Communications 9 07-24-2004 03:53 AM
Video camera for recording driving MBL MIKE Input Devices 4 04-26-2004 12:27 AM


All times are GMT -5. The time now is 07:15 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics