Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Plugins > RR Released Plugins


Reply
 
Share Thread Tools Display Modes
Old 01-09-2009, 10:09 AM   #61
Raw Wave
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,910
tbird2340 is on a distinguished road
This is sooooo bad ***.. What cameras are people using? I don't have a TV card but I guess I could install one if need be.. Easiest would be a USB camera?

Thanks!
__________________
Wife's Vehicle: 2007 Dodge Nitro

Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-09-2009, 10:25 AM   #62
Maximum Bitrate
 
_Dejan_'s Avatar
 
Join Date: Jul 2007
Location: Slovenia
Posts: 500
_Dejan_ is an unknown quantity at this point
It work with USB cameras, composite camera with external video input card. If I remember must use WDM drivers.
_Dejan_ is offline   Reply With Quote
Old 01-09-2009, 10:26 AM   #63
Raw Wave
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,910
tbird2340 is on a distinguished road
Curious what specific model # cameras people are using..
__________________
Wife's Vehicle: 2007 Dodge Nitro

Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 01-12-2009, 04:47 PM   #64
Raw Wave
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,910
tbird2340 is on a distinguished road
Would this work for a video capture device coupled with a composite camera?

__________________
Wife's Vehicle: 2007 Dodge Nitro

Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 01-12-2009, 05:30 PM   #65
Newbie
 
astraologo's Avatar
 
Join Date: Aug 2007
Location: Italy
Posts: 14
astraologo is an unknown quantity at this point
it's good i have this and work perfectly.
__________________
mobo asrock K7S41gx- Amd atlon 1,2Ghz -512Mb ram- hd 2,5" 160Gb- lilliput 7" 619 touch-gps Holux- bluetooth digicomm palladio-usb park assist (RRPDC) -obdII elm327-hubusb trust
astraologo is offline   Reply With Quote
Old 01-24-2009, 04:13 AM   #66
Constant Bitrate
 
Join Date: Dec 2008
Posts: 162
efun is an unknown quantity at this point
I am a newbie to write plugin. Just looked into the source code of RRPDC and can not understand how the slider works. GetDataFromDevice() was called on timer event, but no code in this sub to update the slider.
efun is offline   Reply With Quote
Old 01-24-2009, 09:28 AM   #67
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,935
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Quote: Originally Posted by efun View Post
I am a newbie to write plugin. Just looked into the source code of RRPDC and can not understand how the slider works. GetDataFromDevice() was called on timer event, but no code in this sub to update the slider.

The sliders are updated from the sensor() array values in the RRExtension.cls.


The sensor() array values are updated in the GetDataFromDevice() routine.
Enforcer is online now   Reply With Quote
Old 01-24-2009, 09:45 AM   #68
Constant Bitrate
 
Join Date: Dec 2008
Posts: 162
efun is an unknown quantity at this point
Quote: Originally Posted by Enforcer View Post
The sliders are updated from the sensor() array values in the RRExtension.cls.


The sensor() array values are updated in the GetDataFromDevice() routine.

So once the sensor() array was updated, the slider will refresh automatically? No need to call the ReturnSlider() function explicitly? I can not find any trigger or event to do this.
efun is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-24-2009, 10:51 AM   #69
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,935
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
ReturnSlider is called from within RoadRunner (as is everything within the RRExtension.cls) at a set period, normally I think every 1/10th second (this can be changed by the user)
Enforcer is online now   Reply With Quote
Old 01-24-2009, 04:08 PM   #70
Raw Wave
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,910
tbird2340 is on a distinguished road
I'm trying to set this up in RR now.. The add "X,RRPDC" to the menu.skin... I'm guessing the "X" should be actual value? For the stupid what do I put there?

Thanks
__________________
Wife's Vehicle: 2007 Dodge Nitro

Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 01-24-2009, 04:11 PM   #71
Raw Wave
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,910
tbird2340 is on a distinguished road
Also, I get this when opening the config:



I've copied the included files over and registered the dll fine. Any ideas?
__________________
Wife's Vehicle: 2007 Dodge Nitro

Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 01-24-2009, 06:13 PM   #72
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,935
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Quote: Originally Posted by tbird2340 View Post
I'm trying to set this up in RR now.. The add "X,RRPDC" to the menu.skin... I'm guessing the "X" should be actual value? For the stupid what do I put there?

Thanks

Nope, x is x.

Quote: Originally Posted by tbird2340 View Post
Also, I get this when opening the config:



I've copied the included files over and registered the dll fine. Any ideas?


You need to download MSCOMCTL.OCX and register it.

If you do a search for it there should be a few posts explaining how to do that.
Enforcer is online now   Reply With Quote
Old 02-06-2009, 06:31 AM   #73
Newbie
 
Join Date: Feb 2007
Posts: 19
AzN_Tuan is an unknown quantity at this point
Hi, I'm building one interface, all is done but it miss the bin file to flash the PIC, do you have an idea where can I found one?
I use the normal LED PDC kit and not using wireless.

Thanks
AzN_Tuan is offline   Reply With Quote
Old 02-06-2009, 06:39 AM   #74
Maximum Bitrate
 
_Dejan_'s Avatar
 
Join Date: Jul 2007
Location: Slovenia
Posts: 500
_Dejan_ is an unknown quantity at this point
Quote: Originally Posted by AzN_Tuan View Post
Hi, I'm building one interface, all is done but it miss the bin file to flash the PIC, do you have an idea where can I found one?
I use the normal LED PDC kit and not using wireless.

Thanks

Im answer you in general thread. You can't get it.
_Dejan_ is offline   Reply With Quote
Old 02-12-2009, 10:54 AM   #75
Newbie
 
Join Date: Jan 2009
Posts: 4
joey4 is an unknown quantity at this point
can this be used on centrafuse (i assume the answer is no, if thats the case then is there a plugin like this for centrafuse)
joey4 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
Velleman K8055 USB I/O Board Extension plugin 307SW_NLD RR Released Plugins 200 04-06-2009 07:02 AM
Use serial port with extension plugin??? guillemasco RR Plugins 5 12-04-2006 07:26 PM
Extension plugin problems festy Road Runner 2 06-23-2006 07:20 PM
How do I use the Extension Plugin Interface ? guino RR FAQ 0 06-11-2006 06:49 PM
Extension Plugin help .... Gobby Road Runner 1 06-09-2006 11:27 AM



All times are GMT -5. The time now is 09:49 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