Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > No Longer Supported > MediaCar


Reply
 
Share Thread Tools Display Modes
Old 05-17-2004, 11:28 PM   #1
FLAC
 
Custommx3's Avatar
 
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
Custommx3
EASY rearview camera support (w/ a little help)

Ive found a program called FullscreenTV that utilizes capture devices on a PC and makes them full screen or custom sizes. Problem is there is now window name for me to embed in MediaCar. The author of this program has her source code on her website for you to download. W/ a little bit of help from you programmers out there, Im sure someone can easily give it a window name so it can be embedded. All you need is some sort of capture device, probably any TV card, capture card, or webcam... an easy resolution for us wanting to utilize a rearview cam.


http://iridia.ulb.ac.be/~fvandenb/tools/tools.html
__________________
2007 Mazdaspeed 6

Last edited by Custommx3; 01-28-2005 at 12:31 PM.
Custommx3 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 05-17-2004, 11:42 PM   #2
FLAC
 
Custommx3's Avatar
 
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
Custommx3
UPDATE.
I was able to link the Launch INI file to a batch file w/ the command line parameters telling it where to put it on the screen and size of the window. Works well, but I cant seem to close it out. Its always on top if you want it to be, but it will not close out w/ Mediacar, and I cant right click to close it w/ a touchscreen w/o effort. Anyone have a program that will give the window title in C++?
__________________
2007 Mazdaspeed 6
Custommx3 is offline   Reply With Quote
Old 05-18-2004, 01:15 PM   #3
FLAC
 
Custommx3's Avatar
 
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
Custommx3
I have a co-worker looking @ the code, If I get it running, I'll post it.
__________________
2007 Mazdaspeed 6
Custommx3 is offline   Reply With Quote
Old 05-18-2004, 02:57 PM   #4
Low Bitrate
 
Join Date: Sep 2002
Posts: 89
maximilian
i'm interested ..keep my up to date
maximilian is offline   Reply With Quote
Old 05-18-2004, 03:01 PM   #5
Maximum Bitrate
 
tolisn's Avatar
 
Join Date: Dec 2003
Location: Greece
Posts: 663
tolisn is on a distinguished road
I'm VERY interested
tolisn is offline   Reply With Quote
Old 05-19-2004, 03:30 PM   #6
FLAC
 
Custommx3's Avatar
 
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
Custommx3
well, the guy who was helping me out, really cant. I have emailed the programmer of the app to see if she can help. Any one w/ C++ knowledge wanna help out?
__________________
2007 Mazdaspeed 6
Custommx3 is offline   Reply With Quote
Old 05-19-2004, 03:42 PM   #7
Raw Wave
 
god_of_cpu's Avatar
 
Join Date: Jan 2004
Location: SilverSpring Maryland
Posts: 2,960
god_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond reputegod_of_cpu has a reputation beyond repute
Looks like just a standard MFC App. If all you want is the program to have a window name I can easily add that when I go home today and have access to visual studio.
__________________
StreetDeck.com Developer (I am Chuck)
Get StreetDeck at http://www.streetdeck.com
The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.
god_of_cpu is offline   Reply With Quote
Old 05-19-2004, 03:53 PM   #8
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
What specifically do you want the code changed to do?

Please list them and I'll take a look...
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-19-2004, 03:55 PM   #9
FLAC
 
Custommx3's Avatar
 
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
Custommx3
Basically we need a window name to embed in media car. By default its full screen. and resized gives no window title.
__________________
2007 Mazdaspeed 6
Custommx3 is offline   Reply With Quote
Old 05-19-2004, 04:42 PM   #10
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
Ok, what title would you like, and do you want it to start full screen?
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 is offline   Reply With Quote
Old 05-19-2004, 04:55 PM   #11
FLAC
 
Custommx3's Avatar
 
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
Custommx3
full screen doesnt matter. were embedding it in media car anyway.
title Fullscreentv or whatever.
__________________
2007 Mazdaspeed 6
Custommx3 is offline   Reply With Quote
Old 05-19-2004, 05:03 PM   #12
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
Try this, I have given it a caption and made that caption "MediaCar", since I did it before seeing your response.

I can make it any size/style you like, caption, bordered, offset from x/y...

The way it works is to create a regular windows window, then it overlays on top of that the DirectShow video render stream, so some of the typical things that you would see are a little different here.

I haven't tried it with MC because the only system I could find that had a video capture source (otherwise the program wont start) doesnt run MC. If you have problems I can put MC on there and reproduce the trouble you are having, but hoped to not to have to do that.

If this works for you I'll email the programs author and let him/her know so we aren't breaking anyones license restrictions here.
Attached Files
File Type: zip fullscreen.zip (121.1 KB, 535 views)
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 is offline   Reply With Quote
Old 05-19-2004, 05:16 PM   #13
FLAC
 
Custommx3's Avatar
 
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
Custommx3
The app runs, it just gives a white box instead of showing the source.
I used media car to launch it and look for *MediaCar*, but Id change that cause thats the program running behind the scenes
can u give it a title bar and start it @ 700x500 for test purposes?
__________________
2007 Mazdaspeed 6
Custommx3 is offline   Reply With Quote
Old 05-19-2004, 05:23 PM   #14
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
700x500, caption now reads "FullscreenTV"
Attached Files
File Type: zip fullscreen.zip (121.1 KB, 452 views)
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 is offline   Reply With Quote
Old 05-19-2004, 05:28 PM   #15
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
I just ran it and it showed both the web cam and the TV capture card correctly, so I know it still works fine. Keep the old program handy to test with that to make sure something else hasn't changed...
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 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
Displaying reverse camera on a carputer? coachreed LCD/Display 47 04-22-2008 06:47 PM
USB Earthmate - patch for gpsd support dignome GPS 4 04-05-2005 11:44 AM
Updated Destinator: with Speed/Bearing, Winamp control and Speed Camera Database Confused MediaCar 11 04-12-2004 06:10 AM
When will ME support plug-in??? vbi ME Archive 7 10-31-2003 07:39 AM
Reversing camera hapination LCD/Display 0 05-20-2003 03:48 AM



All times are GMT -5. The time now is 01:39 AM.


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