|
to get the video feed from RR onto a VB program Anonymous |
13 year
|
The main idea is to get the video feed from RR onto a VB program and RR is faceless .
|
|
|
Marc [7 posts] |
13 year
|
I think you can use Virtual camera for this.
Unstall de virtual camera driver from Roborealm and connect you VB program with this virtual camara driver.
u can see that the vc driver shows the RR result screen.
Marc
|
|
|
Anonymous |
13 year
|
You can also use the API to do this. Have you had a look at the COM object for the API? It has a GetImage function which will return an image that is currently in RR. There is a C++ example on how to get an image and display it in your own application in the API.zip download. Using the API will probably be the easiest way to do this.
STeven.
|
|