View Single Post
  #2   Spotlight this post!  
Unread 29-01-2017, 17:39
RoboRealm RoboRealm is offline
Registered User
FRC #0443
 
Join Date: Nov 2011
Location: United States
Posts: 36
RoboRealm is a jewel in the roughRoboRealm is a jewel in the roughRoboRealm is a jewel in the roughRoboRealm is a jewel in the rough
Re: Pipeline camera image to roborealm?

Yes, you can use the API:

http://www.roborealm.com/help/API.php

and download the examples on

http://www.roborealm.com/downloads/API.zip

which include a Java version. Inside the RR_API.java you will see a

public boolean setImage(String name, byte pixels[], int width, int height)

which can be used to send an image into RR via Java assuming you have access to the RGB pixel data. Alternatively, you can just plug your webcam into RR and grab the image out of it in a similar manner.

STeven.
Reply With Quote