-
Notifications
You must be signed in to change notification settings - Fork 71
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
Speed (update) issues #122
Comments
Hi, |
Dear @laurent-claustre, |
Hi, |
Hi, |
Hi, |
huum, you have 2 differents attributes called "JPegImage and Image, I do not know how you are using Jive?? |
Hi @laurent-claustre, |
Hi, |
Hi, |
Hi @laurent-claustre , |
Dear @laurent-claustre, |
we are fixing the some last issues with limagui to be used outside ESRF. limagui is about to connect to any LimaCCDs server running on your network and it will make you able to display images as fast as possible. But keep in mind that limagui is a test tool we will provide to test and demonstrate how lima works, it is written in python and the code can give you some clues on how to develop your own live display tool. |
We still have some issues wit limagui I propose you use instead the web application LimaBpmWebServer, available from anaconda.org esrf-bcu channel (like lima), but you should have a recent enough lima tango server 1.9.x is required. Go to this page for the installation instruction for a conda installation: conda create -n lima-bpm-web-server The web server, base on your TANGO_HOST env. variable, can discover all your lima camera, to run the server just type: Then, using your favorite web browser, use the URL :8066 The web application is very simple to use, and powerful enough to display fast the images. |
Dear @laurent-claustre ,
and on the web browser I have the following message :
Thanks again, |
H
Hi, which version of the LimaCCDs server are you using? You should have >= 1.9.4, the latest is 1.9.12 |
Hi @laurent-claustre
|
Hi, Et voila !!! |
Hi guys, you can try the limagui PyQt application. For installation (under conda) please have a look here: To start limagui on your camera just type: limagui tango Cheers, |
Hi @laurent-claustre Cheers |
Hi @laurent-claustre and @PhilLAL,
and of course pyqt (4 or 5)
thanks |
Salut Philippe, What's your error messages? |
Hi Hayg, Thanks for the feedback and sorry for the mistake in the documentation I will fix it. For silx it exist a conda package as well. When you are under conda it is recommended to install conda packages when it is possible. For your error, I will investigate with my colleague Damien who wrote the application. |
Hi, Can you give this a try in a python console please: from silx import sx
p = sx.Plot2D()
p.show() |
humm, @hayg25 did install the pip version of silx. I suppose he should move to the conda version? |
|
Works :) |
And indeed it improved the acquisition speed. From jive, my images were updating each 10s and using lima Gui it goes much faster (each second or less). I don't understand how lima Gui makes it better 🥇 thanks again I will investigate more with different cameras we have. |
Hi, |
Dear @laurent-claustre ,
I am using an Ace1920-40 gm in Tango. We are actually facing speed issues.
In tango we use the LimaCCDs LiveViewer to check our images.
But the image are updating each 10s and image counter increases by a factor close to 10 which is in agreement with the displayed Frame Rate (9.96 Hz).
How could we update the image more frequently. 10s is much to long for the video in order to see any changes on parameters (for example laser mirrors).
Many thanks,
The text was updated successfully, but these errors were encountered: