Coding Troubleshooting

How to captures sequence of images with single trigger signal?
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
Pylon API to diagnose the camera status.
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
Pylon API error code definition.
Issue: - Require explanation on error code: "PylonGrabResult_t.ErrorCode datastructure field". Answer: Error Code Summary: -0x0000001F ->...
Fri, 28 Feb, 2020 at 4:58 PM
Failed to import C++ GUI_Sample program. Why?
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
Color conversion & Image format issue.
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
Output image displayed in picture box is delayed for 5 secod, why?
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
Failed to call "PylonImagePersistenceSave" function in Eclipse software
Problem: -Failed to call "PylonImagePersistenceSave" function in Eclipse software. -Failed to use "PylonImagePersistenceSave" in mingw. ...
Mon, 2 Mar, 2020 at 3:01 PM
Software crashed when changing the camera AOI parameters.
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
How to know that the error code is generated by which DLL?
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
Failed to load the Basler dll file on new PC.
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