com.buglabs.bug.jni.camera
Class Camera

java.lang.Object
  extended by com.buglabs.bug.jni.common.CharDevice
      extended by com.buglabs.bug.jni.camera.Camera

public class Camera
extends CharDevice


Field Summary
 
Fields inherited from class com.buglabs.bug.jni.common.CharDevice
fd
 
Constructor Summary
Camera()
           
 
Method Summary
 byte[] grabFrame()
           
 int init()
           
 
Methods inherited from class com.buglabs.bug.jni.common.CharDevice
close, getFileDescriptor, getline, ioctl, lseek, open, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Camera

public Camera()
Method Detail

init

public int init()

grabFrame

public byte[] grabFrame()