Uses of Class
de.pco.common.exceptions.PcoException

  • Uses of PcoException in de.pco.camera

    Methods in de.pco.camera that throw PcoException
    Modifier and Type Method Description
    void Camera.close()
    Closes the camera.
    Map<ConfigurationParameter,​Object> Camera.getConfiguration()
    Gets the current configuration list for the camera.
    double Camera.getExposureTime()
    Returns the exposure time in seconds
    ImageData Camera.getImage​(int imageNumber)
    Returns an image from the recorder.
    ImageData Camera.getImage​(int imageNumber, Roi roi)
    Returns an image from the recorder in the given region of interest.
    List<ImageData> Camera.getImages()
    Returns all recorded images from the recorder.
    List<ImageData> Camera.getImages​(Roi roi)
    Returns all recorded images from the recorder.
    void Camera.record​(long numberOfImages, ExtendedRecorderType type)
    Generates and configures a new recorder instance and starts recording.
    void Camera.setConfiguration​(ConfigurationParameter param, Object value)
    Sets a particular configuration parameter for the camera.
    void Camera.setConfiguration​(Map<ConfigurationParameter,​Object> conf)
    Sets the camera a required number of configuration parameters by means of a Map.
    void Camera.setDefaultConfiguration()
    Sets default configuration for the camera.
    void Camera.setExposureTime​(double exposureTime)
    Sets the exposure time of the camera.
    void Camera.stop()
    Stops recording.
    void Camera.waitForFirstImage()
    This function waits for the first available image.
    Constructors in de.pco.camera that throw PcoException
    Constructor Description
    Camera()
    Standard constructor, scans for the camera on the common interfaces described by the commonInterfaceList() method of the Interface (GigE, CamLink ME4, USB3, CLHS)
    Camera​(Interface iface)
    Constructor, that searches for the next available camera at the given Interface.
  • Uses of PcoException in de.pco.common.exceptions

    Subclasses of PcoException in de.pco.common.exceptions
    Modifier and Type Class Description
    class  Warning
    Warning class, that is not supposed to be thrown, but to be accessible after every native call as a member value of the Recorder and Sdk objects.
    Methods in de.pco.common.exceptions that return PcoException
    Modifier and Type Method Description
    static PcoException PcoException.fromErrorCode​(int errorCode)  
    PcoException PcoExceptionEnum.getException()  
    static PcoException PcoExceptionEnum.getException​(PcoExceptionEnum constant)  
  • Uses of PcoException in de.pco.common.exceptions.application

    Subclasses of PcoException in de.pco.common.exceptions.application
    Modifier and Type Class Description
    class  CameratypeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DevcodeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DevicecountException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DiskfullException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DllnotfoundException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FirmwareConstraintException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FunctionnotfoundException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FunctionnotsupportedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ImageTooBrightException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ImageTooDarkException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  PicturetimeoutException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SavefileException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SerialnumException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SetValuesException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  VariantConstraintException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongboardnrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongresException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
  • Uses of PcoException in de.pco.common.exceptions.common

    Subclasses of PcoException in de.pco.common.exceptions.common
    Modifier and Type Class Description
    class  BuffersizeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CamerahealthException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CameraversionException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DiskfullException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileChecksumException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileOpenException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileReadException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileUnknownFormatException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileWriteException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileWrongValueException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileWrongVersionException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  InvalidhandleException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  LibraryversionException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NofileException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NomemoryException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NotavailableException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NotinitException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  TimeoutException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ValidationException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongvalueException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
  • Uses of PcoException in de.pco.common.exceptions.driver

    Subclasses of PcoException in de.pco.common.exceptions.driver
    Modifier and Type Class Description
    class  BufferCancelledException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BufferDmasizeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BufferLostimageException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BuffersPendingException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BufferSystemoffException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BusresetException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CameraBusyException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ChecksumerrorException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DataerrorException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DevicebusyException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DeviceoffException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileReadErrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FileWriteErrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FormatNotSupportedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FunctionNotSupportedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  HeadBoardMismatchException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  HeadLostException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  HeadPowerDownException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  HeadVerifyFailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  InbufferSizeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  InvmodeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  IofailureException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  KernelmemallocfailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  LutMismatchException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NodriverException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NofunctionException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NotinitException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  OutbufferSizeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ReadFlashFailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RegerrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ResourceException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SyserrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongAtmelDeviceException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongAtmelFoundException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongAtmelSizeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongBoardException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongosException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongversException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
  • Uses of PcoException in de.pco.common.exceptions.firmware

    Subclasses of PcoException in de.pco.common.exceptions.firmware
    Modifier and Type Class Description
    class  AcquireModeInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  AddressOutOfRange1Exception
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  AddressoutofrangeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ArmNotSuccessfulException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BuffertosmallException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CcdcalNotFinishedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ChecksumcodefailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocBufferToSmallException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocDatainkonsistentException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocDelayInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocExposInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocModeInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocMonitorInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocPeriodInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocPixelrateInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocPowerdownInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocRoiBinningInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocRoiDoubleInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocSensorformatInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocTimebaseInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CocTriggerInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ConfigfailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  CorrectionDataInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DatainkonsistentException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DataoutofrangeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DescriptorMustBeReloadedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DeviceIsOpenException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DeviceNotAvailException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DeviceNotBlankException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DeviceNotOpenException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DifferentSdramsException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  EraseFlashFailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FlicamExtModOutOfRangeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  FlicamSyncPllNotLockedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeAccessDeniedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeBadOffsetException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeBandwidthConflictException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeCommandGroupUnknownException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeCommandIsInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeCommandUnknownException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeDownloadBlockLostException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeDownloadInvalidLdrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeDriverImgPktLostException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeInterfaceBlockedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeInternalErrorException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeInvalidCommandParametersException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeInvalidSessionException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeNvWriteInProgressException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  GigeUartNotOperationalException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  HighTemperatureException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  I2cnoresponseException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  IfSettingsInvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ImageReadNotPossibleException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ImageTransferPendingException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  InitfailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NoackException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NodeviceopenedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NoDeviceResponseException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NohandleavailableException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NoSdramMountedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NotpossibleException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NotrenderedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NotSupportedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  OnlyOneSdramException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  PowerUpSequenceException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ProgEepromFailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ProgFlashFailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ReadEepromFailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ReaderrorException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ReadFlashFailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RecordMustBeOffException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RoiNotSymmetricalException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RoiSettingException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RoiSteppingException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SegmentOutOfRangeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SegmentsTooLargeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SegmentTooSmallException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  TeletimeoutException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  TomuchdataException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  UnknownCommandException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  UnknownDeviceException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  UnsupportedSdramException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ValueOutOfRangeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  VoltageoutofrangeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WriteerrorException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongchecksumException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongDeviceTypeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongsizearrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
  • Uses of PcoException in de.pco.common.exceptions.sdkdll

    Subclasses of PcoException in de.pco.common.exceptions.sdkdll
    Modifier and Type Class Description
    class  AlreadyopenedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BadmemoryException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BufalreadyassignedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BufcntexhaustedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BufferalreadyqueuedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BuffernotqueuedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BuffernotvalidException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  BuffersizeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DialognotavailableException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DllnotfoundDivzeroException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  DllnotfoundException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  ErrordestroywndException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  EventalreadyassignedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NestedbuffersizeException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  NotavailableException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RecorderAcquisitionMustBeOffException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RecorderNoImagesAvailableException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RecorderRecordMustBeOffException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RecorderSettingsChangedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  RecordingmustbeonException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SignatureFailedException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  SyserrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
    class  WrongbuffernrException
    Automatically generated specific Exception according to the PCO_ERROR_ defines in the PCO_err.h of the SDK
  • Uses of PcoException in de.pco.example

    Methods in de.pco.example that throw PcoException
    Modifier and Type Method Description
    static void SimpleExample.main​(String[] args)  
  • Uses of PcoException in de.pco.recorder

    Methods in de.pco.recorder that throw PcoException
    Modifier and Type Method Description
    ImageData Recorder.copyImage​(long imgIdx, int roiX0, int roiY0, int roiX1, int roiY1)
    Wrapped PCO_RecorderCopyImage function.
    long Recorder.create​(RecorderMode mode)
    Wrapped PCO_RecorderCreate function.
    void Recorder.delete()
    Wrapped PCO_RecorderDelete function.
    GetSettingsReturn Recorder.getSettings()
    Wrapped PCO_RecorderGetSettings function.
    GetStatusReturn Recorder.getStatus()
    Wrapped PCO_RecorderGetStatus function.
    void Recorder.init​(long numberOfImages, RecorderTypeByMemoryMode recorderType)
    Wrapped PCO_RecorderInit function.
    void Recorder.startRecord()
    Wrapped PCO_RecorderStartRecord function.
    void Recorder.stopRecord()
    Wrapped PCO_RecorderStopRecord function.
  • Uses of PcoException in de.pco.sdk

    Methods in de.pco.sdk that throw PcoException
    Modifier and Type Method Description
    void Sdk.armCamera()
    Wrapped PCO_ArmCamera function.
    void Sdk.closeCamera()
    Wrapped PCO_CloseCamera function.
    AcquireMode Sdk.getAcquireMode()
    Wrapped PCO_GetAcquireMode function.
    Binning Sdk.getBinning()
    Wrapped PCO_GetBinning function.
    BitAlignment Sdk.getBitAlignment()
    Wrapped PCO_GetBitAlignment function.
    PcoDescription Sdk.getCameraDescription()
    Wrapped PCO_GetCameraDescription function.
    GetCameraHealthStatusReturn Sdk.getCameraHealthStatus()
    Wrapped PCO_GetCameraHealthStatus function.
    String Sdk.getCameraName()
    Wrapped PCO_GetCameraName function.
    GetCameraTypeReturn Sdk.getCameraType()
    Wrapped PCO_GetCameraType function.
    GetDelayExposureTimeReturn Sdk.getDelayExposureTime()
    Wrapped PCO_GetDelayExposureTime function.
    OnOffEnum Sdk.getDoubleImageMode()
    Wrapped PCO_GetDoubleImageMode function.
    OnOffEnum Sdk.getMetaDataMode()
    Wrapped PCO_GetMetaDataMode function.
    long Sdk.getPixelRate()
    Wrapped PCO_GetPixelRate function.
    OnOffEnum Sdk.getRecordingState()
    Wrapped PCO_GetRecordingState function.
    Roi Sdk.getRoi()
    Wrapped PCO_GetRoi function.
    GetSizesReturn Sdk.getSizes()
    Wrapped PCO_GetSizes function.
    GetTemperatureReturn Sdk.getTemperature()
    Wrapped PCO_GetTemperature function.
    TimestampMode Sdk.getTimestampMode()
    Wrapped PCO_GetTimestampMode function.
    TriggerMode Sdk.getTriggerMode()
    Wrapped PCO_GetTriggerMode function.
    long Sdk.openCamera()
    Wrapped PCO_OpenCamera function.
    void Sdk.openCameraEx​(Interface iface, int cameraNumber)
    Wrapped PCO_OpenCameraEx function.
    void Sdk.resetLib()
    Wrapped PCO_ResetLib function.
    void Sdk.resetSettingsToDefault()
    Wrapped PCO_ResetSettingsToDefault function.
    void Sdk.setAcquireMode​(AcquireMode acquireMode)
    Wrapped PCO_SetAcquireMode function.
    void Sdk.setBinning​(byte binningX, byte binningY)
    Wrapped PCO_SetBinning function.
    void Sdk.setBitAlignment​(BitAlignment bitAlignment)
    Wrapped PCO_SetBitAlignment function.
    void Sdk.setDelayExposureTime​(long delay, long exposure, Timebase delayTimebase, Timebase exposureTimebase)
    Wrapped PCO_SetDelayExposureTime function.
    void Sdk.setDoubleImageMode​(OnOffEnum doubleImage)
    Wrapped PCO_SetDoubleImageMode function.
    void Sdk.setMetaDataMode​(OnOffEnum mode)
    Wrapped PCO_SetMetaDataMode function.
    void Sdk.setPixelRate​(long pixelRate)
    Wrapped PCO_SetPixelRate function.
    void Sdk.setRecordingState​(OnOffEnum state)
    Wrapped PCO_SetRecordingState function.
    void Sdk.setRoi​(int x0, int y0, int x1, int y1)
    Wrapped PCO_SetRoi function.
    void Sdk.setTimestampMode​(TimestampMode mode)
    Wrapped PCO_SetTimestampMode function.
    void Sdk.setTriggerMode​(TriggerMode triggerMode)
    Wrapped PCO_SetTriggerMode function.