-
Notifications
You must be signed in to change notification settings - Fork 26
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
Exception Invalid FrameDim - Basler ACE USB3 #39
Comments
Hi Daniel,
Instead, you should set a user_name property in jive and configure the camera "Device User ID" using pylonviewer: |
humm, sorry, but I was wrong, under linux and using the latest lima package and pylon6-sdk (6.3) I cannot reproduce your issue. |
thanks for your quick reply and the testing. I will try it under Linux next, since right now, I am using Windows |
Running atkpanel I get the same error msg about FramDim, this is not so critical, just the buffer_max_number attribute which fails. I continue to investigate |
but this attribute is not the real issue, this attribute is not valid until you start an acquisition. Remember that Atkpanel is polling ALL the attributes every 1 sec, this is why you get repeated error messages. |
alright, I'll try it on Linux hopefully tomorrow. Windows was just for testing, production will be on Linux anyway |
Hi @laurent-claustre , I just tested the USB camera on a linux machine (Linux Mint, Kernel 4.19)
Here is the full debug log as well |
is it maybe about the |
sure, this is only for GigE cameras, but this is not the issue, pb comes from lima-core 1.10 under windows, I tested a usb3 camera on windows 10 and lima-core 1.9.24, by instaling lima-camera-basler 1.10 and lima-camera-basler-tango 1.10 which depends on on lima-core 1.9.24. |
Hi all, We have seen few Best regards Alejandro |
I can reproduce the same issue using the simulator camera, so this independent of the camera plugin and there is no crash, just that the devices are not exported. I continue to debug that issue on my windows PC. |
it's related to python 3.10, installation with package for python 3.9 works fine... |
thanks, I will check this asap |
Hi @laurent-claustre , Thanks for further working on that issue. I actually tried to work it out on windows, but I had problems to get things working with a fresh install of Therefor, I switched to linux using a month-old installation via conda. However, as soon as I ask for the This might be a dedicated problem so please feel free to move it to another issue. Best Daniel PS: for the |
Hi all,
I am trying to run a
basler ace acA800-510um
via conda on Win10.The camera is working via the pylonviewer and and also the Lima Python interface seem so be functional.
However, when starting the
LimaCCDs
TangoDS I receive the following error messages:while the last exception is repeated several time before the TangoDS dies.
A direct restart leads to the following scilent death:
I use more or less only default parameters of the LimaCCDs and Basler TangoDS.
Thanks in advance for any help and suggestions.
Best
Daniel
The text was updated successfully, but these errors were encountered: