|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.pentec.adaq.aimaq.AImaq
com.pentec.adaq.aimaq.A1424
public abstract class A1424
The Java side of the ADAPT IMAQ interface for the NI PCI-1424 frame grabber
| Field Summary | |
|---|---|
static int |
CEDIP_ACQ_FGSN
Indigo data acquisition system (remote StreamStor) frame grabber |
static int |
CEDIP_VIS_FGSN
Indigo visualization system frame grabber |
static int |
INDIGO_ACQ_FGSN
Indigo data acquisition system (remote StreamStor) frame grabber |
static int |
INDIGO_VIS_FGSN
Indigo visualization system frame grabber |
| Fields inherited from class com.pentec.adaq.aimaq.AImaq |
|---|
aimaq, is1394, is1424, is1428, isDT1100, isMS2100, isMS3100, lStartTime |
| Constructor Summary | |
|---|---|
A1424()
|
|
| Method Summary | |
|---|---|
boolean |
close()
|
boolean |
configureSequence(int iNumFrames,
int iSkipCount,
int iTop,
int iLeft,
int iWidth,
int iHeight)
|
boolean |
finishSequence()
|
java.lang.String |
getCamera$()
|
static java.lang.String |
getDiType()
|
int |
getFGSN()
|
double |
getFrameRate()
|
int |
getHeight()
|
protected int |
getIID()
Get interface id |
boolean |
getImage(byte[] ab)
|
int |
getLostBufferCount()
|
protected boolean |
getMonoImage(short[] as)
|
protected boolean |
getMonoSequence(int iFrameNumber,
short[] as)
|
protected boolean |
getRGBImage(short[] as)
|
protected boolean |
getRGBSequence(int iFrameNumber,
short[] as)
|
boolean |
getSequence(int iFrameNumber,
byte[] ab)
|
int |
getSequencePointer()
|
protected int |
getSID()
Get session id |
long |
getSN()
|
protected boolean |
getVideoHeader(short[] as)
|
int |
getWidth()
|
static boolean |
isCedip()
|
static boolean |
isIndigo()
|
protected static boolean |
open()
|
static byte[] |
serialRead(int i)
|
static boolean |
serialWrite(byte[] ab)
|
abstract boolean |
startFastGrab(java.awt.Canvas canvas,
int iTop,
int iLeft,
int iWidth,
int iHeight)
|
boolean |
startGrab(int iTop,
int iLeft,
int iWidth,
int iHeight)
|
boolean |
startSequence()
|
boolean |
stopFastGrab()
|
| Methods inherited from class com.pentec.adaq.aimaq.AImaq |
|---|
closeAImaq, getBitsPerPixel, getBytesPerPixel, getGain, getHandle, getImage, getIntegration, getOffset, getSequence, getSequence, getStartTime, getSystem, getSystemDescription, initSequence, is1394, is1424, isMS2100, isMS3100, main, setGain, setIntegration, setOffset, setStartTime, waitForTrigger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CEDIP_ACQ_FGSN
public static final int CEDIP_VIS_FGSN
public static final int INDIGO_ACQ_FGSN
public static final int INDIGO_VIS_FGSN
| Constructor Detail |
|---|
public A1424()
| Method Detail |
|---|
public boolean close()
close in class AImaq
public boolean configureSequence(int iNumFrames,
int iSkipCount,
int iTop,
int iLeft,
int iWidth,
int iHeight)
configureSequence in class AImaqpublic boolean finishSequence()
finishSequence in class AImaqpublic java.lang.String getCamera$()
getCamera$ in class AImaqpublic static java.lang.String getDiType()
public int getFGSN()
public double getFrameRate()
getFrameRate in class AImaqpublic int getHeight()
getHeight in class AImaqprotected int getIID()
public boolean getImage(byte[] ab)
getImage in class AImaqpublic int getLostBufferCount()
getLostBufferCount in class AImaqprotected boolean getMonoImage(short[] as)
protected boolean getMonoSequence(int iFrameNumber,
short[] as)
protected boolean getRGBImage(short[] as)
protected boolean getRGBSequence(int iFrameNumber,
short[] as)
public boolean getSequence(int iFrameNumber,
byte[] ab)
getSequence in class AImaqpublic int getSequencePointer()
getSequencePointer in class AImaqprotected int getSID()
public long getSN()
getSN in class AImaqprotected boolean getVideoHeader(short[] as)
public int getWidth()
getWidth in class AImaqpublic static boolean isCedip()
public static boolean isIndigo()
protected static boolean open()
public static byte[] serialRead(int i)
public static boolean serialWrite(byte[] ab)
public abstract boolean startFastGrab(java.awt.Canvas canvas,
int iTop,
int iLeft,
int iWidth,
int iHeight)
startFastGrab in class AImaq
public boolean startGrab(int iTop,
int iLeft,
int iWidth,
int iHeight)
startGrab in class AImaqpublic boolean startSequence()
startSequence in class AImaqpublic boolean stopFastGrab()
stopFastGrab in class AImaq
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||