Recent Changes - Search:

Information

Installation

Documentation

ElementsARSystem3D

The RemoteARSystem is an implementation of an Augmented Reality (AR) system that uses the images from a remote webcam. Here you can see the available methods.

The AR system of EJS is based on ARToolkit, and requires markers that the system can recognize and (optionally) a calibration file for your particular camera.

Here is a collection of over a hundred markers in PDF format, and in GIF format.

Here are some calibration files for particular cameras. Though these files are not absolutely necessary if you don't need much accuracy.

Properties

Visibility and Interaction
NameDescriptionValues acceptedDefault
EnabledWhether the element displays video from the web cam.A boolean variable or one of the constants true or false.false
MarkersA comma-separated list of markers and sizes (EJS:76,UHU:80,MyMarker:120,...).A constant or variable of type String. 
ActionThe action to invoke when the user interacts with the element.The Java code to invoke for the action. 
Graphical aspect
NameDescriptionValues acceptedDefault
URLThe URL of the remote WebCam.A constant or variable of type String. 
ResolutionThe Resolution of the images (such as "640,480").A constant or variable of type String."640,480"
FPSThe number of frames per second to process from the camera.A constant or variable of type int.10
ConfigurationAn optional configuration file for the camera.A constant or variable of type String. 
UsernameAn optional user name to access a protected camera.A constant or variable of type String. 
PasswordAn optional password to access a protected camera.A constant or variable of type String. 
Edit - History - Print - Recent Changes - Search
Page last modified on September 07, 2013, at 07:35 PM