|
 |
|
05-17-2004, 11:28 PM
|
#1
|
|
FLAC
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
|
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.
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
05-17-2004, 11:42 PM
|
#2
|
|
FLAC
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
|
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
|
|
|
05-18-2004, 01:15 PM
|
#3
|
|
FLAC
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
|
I have a co-worker looking @ the code, If I get it running, I'll post it.
__________________
2007 Mazdaspeed 6
|
|
|
05-18-2004, 02:57 PM
|
#4
|
|
Low Bitrate
Join Date: Sep 2002
Posts: 89
|
i'm interested ..keep my up to date
|
|
|
05-18-2004, 03:01 PM
|
#5
|
|
Maximum Bitrate
Join Date: Dec 2003
Location: Greece
Posts: 663
|
I'm VERY interested
|
|
|
05-19-2004, 03:30 PM
|
#6
|
|
FLAC
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
|
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
|
|
|
05-19-2004, 03:42 PM
|
#7
|
|
Raw Wave
Join Date: Jan 2004
Location: SilverSpring Maryland
Posts: 2,960
|
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.
|
|
|
05-19-2004, 03:53 PM
|
#8
|
|
Maximum Bitrate
Join Date: Apr 2004
Location: San Francisco
Posts: 454
|
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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
05-19-2004, 03:55 PM
|
#9
|
|
FLAC
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
|
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
|
|
|
05-19-2004, 04:42 PM
|
#10
|
|
Maximum Bitrate
Join Date: Apr 2004
Location: San Francisco
Posts: 454
|
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
|
|
|
05-19-2004, 04:55 PM
|
#11
|
|
FLAC
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
|
full screen doesnt matter.  were embedding it in media car anyway.
title Fullscreentv or whatever.
__________________
2007 Mazdaspeed 6
|
|
|
05-19-2004, 05:03 PM
|
#12
|
|
Maximum Bitrate
Join Date: Apr 2004
Location: San Francisco
Posts: 454
|
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.
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
|
|
|
05-19-2004, 05:16 PM
|
#13
|
|
FLAC
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,195
|
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
|
|
|
05-19-2004, 05:23 PM
|
#14
|
|
Maximum Bitrate
Join Date: Apr 2004
Location: San Francisco
Posts: 454
|
700x500, caption now reads "FullscreenTV"
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
|
|
|
05-19-2004, 05:28 PM
|
#15
|
|
Maximum Bitrate
Join Date: Apr 2004
Location: San Francisco
Posts: 454
|
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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:39 AM.
| |