-
Notifications
You must be signed in to change notification settings - Fork 91
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
MatrixVision is now Balluff and no free GenTL Producer is available anymore #451
Comments
I test a lot of things, here a little report for people having the same issues : None of the supplier GenTL producer work : MVS : '/opt/MVS/lib/64/MvProducerGEV.cti' --> faillure At minimum, update the installation process to advise the last working version of matrix-vision GenTL before Balluff. I really don't understand why all the GenTL providers failled, but I think it is an enormous issue for the project. This is absolutely not detailed in any FAQ and take a fair amount of time to investigate. I really think you should work with ARAVIS in order to have a simple Open implementation that is reversed engineered, as for now, you don't provide any valid solution ,except passing hours and hours to try drivers. If you are interested, there is this discussion where it seems that it doesn't seem to difficult for people with genicam knowledge (not me), to solve this problem : https://aravis-project.discourse.group/t/is-aravis-attempting-to-be-a-gentl-library/268/2 |
Hi @jeffwitz Thanks for your feedback. I have the impression, there is some frustration when you try to using harvesters. 1. What is Harvesters:Harvesters is a GenTL consumer which is able to collect data from a GenTL producer (usually a camera). Thanks to the well define API, different GenTL consumers (like Harvesters) could access the cameras of different vendors through this common interface. This allows to use Harvesters with all GenICam compliant cameras through which you can configure and grab images of these cameras in your Python script. So my recommendation is, that you may ask the vendor of your camera (HiVision) if they are GenICam compliant. If this is the case, you may ask them for there GenTL producer (*.cti). And the you would be able to collect the data from your camera within Python. 2. Your List of Faulty Producer:Could you provide more information about the error? At least on my side, my available producer are working as expected with Harvesters. Please understand, that I cannot reproduce your issue without additional information from your side. |
Hi @sunavlis , Thanks for this answer. Sorry if I feel frustrated. I will try to investigate the errors that comes from the other vendors. As mentioned in #442 , there is no valid .cti files from HikRobots. I also ask and I don't have answer yet. What worries me, is the fact that the default solution you propose in your tutorial is not working anymore due to Balluff politicy change. I'm not sure the drivers that work, will be available in the future, it is not obvious to solve. For now Could you suggest other GenTL Producers ? |
Describe the Issue
When using the '/opt/ImpactAcquire/lib/x86_64/mvGenTLProducer.cti' 20s after the stream start, the stream is then encrypted and a box that moves on the screen tells that the trial time is passed ...
To Reproduce
Steps to reproduce the behavior:
Sample Code
I can show a piece of code that demonstrates the reported phenomenon:
If yes, please provide a sample code:
If applicable, please paste the actual output (its whole traceback, etc) here:
Expected Behavior
a real image to be shown
Screenshots
Configuration
Reproducibility
This phenomenon can be stably reproduced:
If applicable, please provide your observation about the reproducibility.
Actions You Have Taken
I don't find another compatible GenTL Producer in any of the one you list.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: