-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BeginQHYCCDLive() does not work for QHY5IIL-M #5
Comments
it is working now.please try. |
Thanks, I will give a try. |
Unfortunately it still does not work with my environment. With the VirtualBox environment, the sample code SingleFrameSampletest.cpp recently you provided got some fatal errors. Following is the result:
Host environment is as follows: I attempted the same code on my IC8300 Linux and it got different result; I got segfault. I reported in issue #13 then please also take a look at it. For me #13 has higher priority since my current project is on IC8300 environment. |
I would try on a real machine first, in my experience I always had problems with virtual environments and USB cameras, both with windows and linux guests. |
Thanks GuLinux for the suggestion. I agree that virtual environment has speed performance issues with USB transmission, then this particular issue may come from it. Actually I was testing the latest library 0.1.6 with a real machine (architecture is not Intel though), then found the issue #13. I wanted to test with Intel arch then found this issue. As I noted my priority is on #13 right now, then I wanted to report this as a followup experiment to what lzr has notified me that it is working now. |
hi |
The demo program initandcapture.cpp in demo/QHY5IIL-M does not work. Followings are response:
$ ./initandcapturetest
Init SDK success!
Yes!Found QHYCCD,the num is 1
camid is :QHY5LII-M-6037d510f33c7353
Open QHY5LII-M success!
Init QHY5LII-M success!
Set QHY5LII-M resolution success!
Begin Live Video success!
and then it stalls.
Looking into inside the library code, it looks like there is infinity loop in QHYCAM::readUSB2BForQHY5IISeries() in qhycam.cpp. No further investigation is done.
Environment:
host: Ubuntu 14.04 amd64 on VirtualBox 4.3.14.r95030
The text was updated successfully, but these errors were encountered: