-
Notifications
You must be signed in to change notification settings - Fork 214
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
indi_playerone_ccd crashed #591
Comments
indi-playerone-dbg/unknown,now 0.6-nightly |
Issue with the Uranus-C. |
Hi ! tried the stable 0.5 (can't connect to cam) and nightie 0.6 (with lib 0.3 : driver crash gently; lib 0.4 : kstar whole crash ) hardware : PI 4 2Go + ssd tell us if you need more info / log :) thx for the work on INDI driver \o/ |
Here is th debug log |
Kstar log
INDI log
|
Can you please check the issue? |
How are you updating the driver? from stable channel? or building from GIT? |
From stable channel and switched to nightly to give it a try too |
Thank you for trying the new driver. I apologize for any inconvenience. According to lordzurp's kstars.log, libPlayerOneCamera.so.2 cannot be found. |
Hi, thank you for you reply. |
Hi, |
For INDI stable v1.9.6 release, libplayerone version was 2.0.6 I just rebuilt libplayerone packages, not sure if this would help. |
I was in nightly for now. I switch to stable this afternoon and try the same thing. |
@hiro3110i It appears that addCaptureFormat is not available in the driver. It's a recent addition to INDI. Check out this implementation from ASI driver. I think you can add it after line 804 in playerone_ccd.cpp |
Camera connected in stable version with this method ! |
@knro I know the ERROR message which is related to CCD_CAPTURE_FORMAT. @Daviddb35 Thank you for check it again. |
@hiro3110i uranus-c is working in stable version too. Waiting to @lordzurp if saturn-c work with this trick. |
This is just to define which CAPTURE format is supported, for still and video streaming. Just one line need to be added as I indicated above. |
@knro Thank you for your help. I tried to add these 2 lines after line 804 in playerone_ccd.cpp. (not committed yet)
ERROR message was successfully eliminated and "Format" could be selected in the CCD tab of Ekos. There are four format choices in the CCD tab: RAW 8bit, Raw16bit, RGB24 and LUMA (same as INDI control panel). Are there similar problems for RGB24 in the asi_ccd driver? @Daviddb35 I met same crash issue in this debug process when I only replace indi_playerone_ccd. |
Hi ! I just build indi_core and indi_3thparty from sources, and it works \o/ will try with a fresh clean install of stellarmate this week-end |
Hi @knro |
@Daviddb35 Are you trying the latest version of PlayerOne library and driver? By the way, manufacturer has already released newer version of SDK v3.0.3 on June 20. @knro What do you think about it? |
@hiro3110i Nothing like this in /usr/lib/, arm-linux-gnueabihf does not exist. |
after update_indi_drivers, found this : |
lrwxrwxrwx 1 root root 27 Jun 23 10:15 libPlayerOneCamera.so.3 -> libPlayerOneCamera.so.3.0.2 |
lrwxrwxrwx 1 root root 23 Jun 23 10:15 libPlayerOneCamera.so -> libPlayerOneCamera.so.3 |
It was in /usr/lib/aarch64-linux-gnu/ |
@Daviddb35 Oh, your environment is 64bit based, sorry. You are in your unzipped file folder, |
@hiro3110i Thank you ! I do the copy and made the link with your command. Testing it further this evening. |
Hi @hiro3110i would you have any idea of when the next update of Stellarmate with the fixed driver will be available ? Any chance this could happen this month ? Thanks for the job by the way. |
I'm ready to commit next version with the latest SDK v3.0.3. |
I'm running Stellarmate OS 64-bit nightly with a Saturn-C SQR on a Raspberry Pi 4B 8GB . Trying to connect the camera crashes Kstars. The indi server remains running in the background but the camera isn't connected to it. I tried deleting everything in ~/.indi/ with no change. I haven't tried a full reinstall with a clean upgrade to nightly or compiling the full indi suite from github. Let me know if there is anything I can do to help.
I also used the 3.0.3 library from the above post following those directions Console Log:
indi_playerone_ccd_04:57:58.log |
Can you use EkosDebugger to debug the price and post the backtrace? |
Not sure what you meant by:
Are these what you wanted? |
I submitted a possible fix. Please try to run these commands: sudo apt-get -y install libev-ev |
update_indi_drivers wont build. I was missing a bunch of dev libraries. I needed:
Im also unable to install libgphoto2-dev:
Results in:
|
I downloaded |
@Wolvez1911 Here are commands lines done by @knro on my Raspberry, it solve my issues with the Uranus: sudo apt-get -y install libev-dev |
Hi @knro @hiro3110i, Done: |
Most of the timing it is stuck in this mode. |
start from a new image, just an update/upgrade. |
@Daviddb35 Have you not solved the problem yet? |
Hi @hiro3110i, |
@Daviddb35 For Raspberry Pi, power consumption is another perspective of troubleshooting, thank you. In any case, I'm glad that Uranus-C can run on indi. |
Hi @hiro3110i it looks you fixed the issue. Congratulations. Will Stellarmate propose an update soon, incorporating this ? I do not have the capacities to fix this myself but am impatient to try my Uranus-C. Thanks again. |
Hi,
indi_playerone_ccd crashed after trying to connect devices in Ekos.
Run in Stellarmate 64 bit v1.7.1 and reproduced on the 32 bit version.
Here are the log:
[2022-06-20T20:35:50.170 CEST INFO ][ org.kde.kstars.indi] - PlayerOne CCD Uranus-C : "[INFO] Setting intital bandwidth to AUTO on connection. "
[2022-06-20T20:35:50.175 CEST INFO ][ org.kde.kstars.indi] - PlayerOne CCD Uranus-C : "[INFO] CCD is online. Retrieving basic data. "
[2022-06-20T20:35:50.176 CEST INFO ][ org.kde.kstars.ekos] - "PlayerOne CCD Uranus-C" Version: "0.5" Interface: 6 is connected.
[2022-06-20T20:35:50.176 CEST DEBG ][ org.kde.kstars.ekos] - 1 devices connected out of 3
[2022-06-20T20:35:50.176 CEST WARN ][ default] - QObject: Cannot create children for a parent that is in a different thread.
(Parent is ClientManager(0x55afe18ab0), parent's thread is QThread(0x55ac356530), current thread is QThread(0x7f0c0053a0)
[2022-06-20T20:35:50.525 CEST INFO ][ org.kde.kstars.ekos] - "PlayerOne CCD Uranus-C is offline."
[2022-06-20T20:35:50.532 CEST CRIT ][ org.kde.kstars.indi] - INDI driver "indi_playerone_ccd" crashed!
The text was updated successfully, but these errors were encountered: