public class

ImageCapture

extends Object
java.lang.Object
   ↳ org.opencdnunion.media.streamer.capture.ImageCapture

Class Overview

Capture texture from picture.

Summary

Constants
String TAG
Public Constructors
ImageCapture(GLRender glRender)
Public Methods
float getRepeatFps()
SrcPin<ImgTexFrame> getSrcPin()
void release()
void setRepeatFps(float fps)
void start(Bitmap bitmap, boolean recycle)
void start(Context context, String uri)
void stop()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TAG

Constant Value: "ImageCapture"

Public Constructors

public ImageCapture (GLRender glRender)

Public Methods

public float getRepeatFps ()

public SrcPin<ImgTexFrame> getSrcPin ()

public void release ()

public void setRepeatFps (float fps)

public void start (Bitmap bitmap, boolean recycle)

public void start (Context context, String uri)

public void stop ()