Skip to content
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

Camera ASI715MC not found #5

Open
TimmRuppert opened this issue Jul 16, 2024 · 1 comment
Open

Camera ASI715MC not found #5

TimmRuppert opened this issue Jul 16, 2024 · 1 comment

Comments

@TimmRuppert
Copy link

Hello,

it seems like my camera ASI715MC does not get found. Any ideas what might be wrong?

  • I installed this package via pip
  • I installed the mentioned requirments via apt
  • I installed the udev rule
  • I am on Ubuntu 22.04

dmesg except

[ 9993.815730] usb 3-3: new high-speed USB device number 14 using xhci_hcd
[ 9993.965351] usb 3-3: New USB device found, idVendor=03c3, idProduct=715d, bcdDevice= 0.00
[ 9993.965370] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9993.965376] usb 3-3: Product: ASI715MC
[ 9993.965380] usb 3-3: Manufacturer: ZWO

lsusb and bus rights

$ lsusb 
Bus 003 Device 014: ID 03c3:715d ZWO ASI715MC
..
$ ls -lah  /dev/bus/usb/003/014 
crw-rw-rw- 1 root root 189, 269 Jul 16 10:07 /dev/bus/usb/003/014
$ cat /sys/module/usbcore/parameters/usbfs_memory_mb
200

The ASI715MC is plugged in on a USB 3.0 port withthout any hub or similar.

The command zwo-asi-print simply remains without any output while others fail (I assume the index errors is due tot the fact that the camera is simply not visible to this package)

zwo-asi-dump 
Traceback (most recent call last):
  File "/home/timm/.local/bin/zwo-asi-dump", line 8, in <module>
    sys.exit(dump())
  File "/home/timm/.local/lib/python3.10/site-packages/camera_zwo_asi/main.py", line 144, in dump
    camera = Camera(index)
  File "/home/timm/.local/lib/python3.10/site-packages/camera_zwo_asi/camera.py", line 27, in __init__
    super().__init__(index)
RuntimeError: ASI Camera: (camera index: 0)  (error code: 1: ASI_ERROR_INVALID_INDEX)
@TimmRuppert
Copy link
Author

Update: Install from source does fix the issue. I assume the pypi might just be a bit outdated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant