|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector2di | |
---|---|
com.metaio.sdk | |
com.metaio.sdk.jni |
Uses of Vector2di in com.metaio.sdk |
---|
Methods in com.metaio.sdk with parameters of type Vector2di | |
---|---|
FrameLayout.LayoutParams |
MetaioSurfaceView.getLayoutParams(Vector2di cameraResolution,
boolean fullScreen)
Helper method to determine best layout parameters for this view This method assumes that Activity is in landscape mode. |
FrameLayout.LayoutParams |
MetaioSurfaceView.getLayoutParams(Vector2di cameraResolution,
boolean fullScreen,
boolean portrait)
Helper method to determine best layout parameters for this view |
FrameLayout.LayoutParams |
MetaioSurfaceView.getLayoutParams(Vector2di cameraResolution,
Rect visibleFrame,
boolean fullView)
Helper method to determine best layout parameters for this view This method assumes that Activity is in landscape mode. |
FrameLayout.LayoutParams |
MetaioSurfaceView.getLayoutParams(Vector2di cameraResolution,
Rect visibleFrame,
boolean fullView,
boolean portrait)
Helper method to determine best layout parameters for this view |
Uses of Vector2di in com.metaio.sdk.jni |
---|
Methods in com.metaio.sdk.jni that return Vector2di | |
---|---|
Vector2di |
IMetaioSDK.getRenderSize()
A vector containing viewport size (x=width, y=height) See: resizeRenderer |
Vector2di |
IMetaioSDK.setImage(String source)
(formerly named: setImageSource)This method is used to set the image source for display and (optical) tracking. |
Vector2di |
IMetaioSDK.startCamera(int index)
Start camera with the given capture resolution (optional). |
Vector2di |
IMetaioSDK.startCamera(int index,
long width)
Start camera with the given capture resolution (optional). |
Vector2di |
IMetaioSDK.startCamera(int index,
long width,
long height)
Start camera with the given capture resolution (optional). |
Vector2di |
IMetaioSDK.startCamera(int index,
long width,
long height,
int downsample)
Start camera with the given capture resolution (optional). |
Methods in com.metaio.sdk.jni with parameters of type Vector2di | |
---|---|
void |
IMetaioSDK.getCameraParameters(Vector2di imageResolution,
Vector2d focalLengths,
Vector2d principalPoint)
|
static long |
Vector2di.getCPtr(Vector2di obj)
|
Constructors in com.metaio.sdk.jni with parameters of type Vector2di | |
---|---|
Vector2di(Vector2di other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |