Coding Troubleshooting
There is a feature named "Frame burst start" trigger mode for Basler camera, please refer to the attached simple code for the details. Snippet co...
Tue, 3 Sep, 2019 at 11:56 AM
Question: -Is there anyway I could diagnose the camera if it is blinking green/red? -It is possible to read the error code but I am not sure how could i fi...
Fri, 28 Feb, 2020 at 4:16 PM
Issue: - Require explanation on error code: "PylonGrabResult_t.ErrorCode datastructure field". Answer: Error Code Summary: -0x0000001F ->...
Fri, 28 Feb, 2020 at 4:58 PM
Issue: - Failed to import C++ GUI_sample program. Why? - "The operation could not completed" error message when import the sample program. A...
Fri, 28 Feb, 2020 at 5:05 PM
Problem: -Programming issue: 1.Color conversion & Image format issue. 2.acA2500-14gc is fine but not for acA1920-40gc. Solution: - Mismatch of usin...
Mon, 2 Mar, 2020 at 2:16 PM
Issue: - Output image displayed on picture box was delayed in 5 second, why? Answer: - Window form application using Bitmap format to display the image...
Mon, 2 Mar, 2020 at 2:20 PM
Problem: -Failed to call "PylonImagePersistenceSave" function in Eclipse software. -Failed to use "PylonImagePersistenceSave" in mingw. ...
Mon, 2 Mar, 2020 at 3:01 PM
Issue: - Software crashed when changing the camera AOI parameters. Solution: -Use GetInc/GetMin/GetMax to make sure you set a valid value. -For exampl...
Mon, 2 Mar, 2020 at 3:05 PM
Question: - How to check that the error code is generated by which DLL? Answer: - Basler pylon error code will start from 0XE or 0XC.
Mon, 2 Mar, 2020 at 3:07 PM
Problem: - Failed to load the Basler dll file on new PC. Solution: - Remove the dll file from reference and add the new dll file from basler folder.
Mon, 2 Mar, 2020 at 3:20 PM