Package dcamapi.DcamapiLibrary

Examples of dcamapi.DcamapiLibrary.DCAMWAIT_EVENT


    while (mStopIfFalse)
    {

      // DCAMCAP_EVENT_FRAMEREADYORSTOPPED(2|16),
      final DCAMWAIT_EVENT lDcamcapEventToWaitFor;

      if (mContinuousAcquisition && !mStackAcquisition)
        lDcamcapEventToWaitFor = DCAMWAIT_EVENT.DCAMCAP_EVENT_FRAMEREADYORSTOPPED;
      else if (mStackAcquisition)
        lDcamcapEventToWaitFor = DCAMWAIT_EVENT.DCAMCAP_EVENT_FRAMEREADYORSTOPPED;
View Full Code Here

TOP

Related Classes of dcamapi.DcamapiLibrary.DCAMWAIT_EVENT

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.