-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Error:
Error Code: -2146815987
pco::CameraException (0x800a300d): SDK DLL error 800a300d at device 'camera sdk dll': A DLL could not be found.
Cause: PCO camera not connected to the computer
Solution: Check USB connection, Verify that the "Status" LED on the back of the camera is green and not flashing. If necessary, unplug and replug the camera.
Error:
terminate called after throwing an instance of 'pco::CameraException'
what(): pco::CameraException (0x8003101e): Firmware error 8003101e at device 'SC2 Main uP': Value is out of range.
Important
This error generally states that some parameter in the configuration is out of range. The following is not the only possible error.
Likely cause: The ROI definition is 1-indexed, so x0 and y0 should be at least 1.
Solution: Modify ROI definition in camera configuration.
Reference: pco.cpp User Manual, sec. 2.4.3.
Error:
terminate called after throwing an instance of 'pco::CameraException'
what(): pco::CameraException (0x8003103e): Firmware error 8003103e at device 'SC2 Main uP': ROI setting is wrong
Aborted (core dumped)
Cause: ROI size must be multiples of 32 pixels horizontally and multiples of 8 pixels vertically. Furthermore, the ROI must be at least 64 by 18 pixels.
Solution: Modify ROI accordingly.
Reference: pco.panda 4.2/pco.panda 4.2 bi/pco.panda 4.2 bi UV User Manual, Appendix A1.1.