You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing 0.1.6 of QHYCCD_Linux with QHY5IIL-m on host IC8300 Linux (IC8300_debian_desktop_20150519.img) environment. Compiled the sample code SingleFrameSampletest.cpp with a modification to ignore IC8300 main camera detection and detect QHY5IIL-m instead, it produces a segmentation fault error. Following is the execution log:
root@ic8300# ./SingleFrameSampletest
Init SDK success!
Yes!Found QHYCCD,the num is 2
connected to the first camera from the list,id is QHY5LII-M-6037d510f33c7353
Open QHYCCD success!
Init QHYCCD success!
GetQHYCCDChipInfo success!
CCD/CMOS chip information:
Chip width 4.800000 mm,Chip height 3.600000 mm
Chip pixel width 3.750000 um,Chip pixel height 3.750000 um
Chip Max Resolution is 1280 x 960,depth is 8
SetQHYCCDResolution success!
SetQHYCCDBinMode success!
Segmentation fault
root@ic8300#
The modification I made in the SingleFrameSampletest.cpp just sets the starting counter from 1, as follows:
40c40
< for(int i = 0;i < num;i++)
---
> for(int i = 1;i < num;i++)
Since no source code is available for the library, no further investigation is done.
The text was updated successfully, but these errors were encountered:
Testing 0.1.6 of QHYCCD_Linux with QHY5IIL-m on host IC8300 Linux (IC8300_debian_desktop_20150519.img) environment. Compiled the sample code SingleFrameSampletest.cpp with a modification to ignore IC8300 main camera detection and detect QHY5IIL-m instead, it produces a segmentation fault error. Following is the execution log:
The modification I made in the SingleFrameSampletest.cpp just sets the starting counter from 1, as follows:
Since no source code is available for the library, no further investigation is done.
The text was updated successfully, but these errors were encountered: