eBus GigE Camera Plugins (ex9.Texture)
Author: | soriak |
Date: | 28 Jan, 2015 |
Category: | plugin |
Credits: | robi_h, soriak |
Download
64bit
Description
comes as a package of three plugins and one helppatch:
- ListDevices
- VideoCapture (ex9)
- SetFeature
uses PvDotNet.dll of Pleora's ebus SDK - didn't quite understand if it actually supports all GenICam and gigE devices, but there's a chance...
dll's should work as drag'n'drop into your project. Requires the eBus drivers to be installed!
Still needs some cleaning and optimizing (on average one frame drops every three hours). Tested with multiple Flir Thermal Cameras - one Capture Node for each Camera required though.
developed at StruktStudio source code will be put on github once we find time to clean it a little - some things seem overly complicated...
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
Hello Soriak ! thanks for this plugins ! I still have a problem.. all nodes are red (listdevices-videocapture-setfeature)
tty window gives me: Exception occurred during creation of plugin: Could not load file or assembly 'PvDotNet, Version=4.0.5.3150, Culture=neutral, PublicKeyToken=666697f16d0ae86b' or one of its dependencies. The system cannot find the file specified.
I tried to put dll in project folder..in vvvv folder without any results...
Would you have any idea about this issue ?
thanks in advance !
hey julius,
assuming you have the pleora ebus sdk installed, seems like it might be looking for a very specific version of the dll... "Version=4.0.5.3150" maybe you can contact pleora about it?! Im afraid I wont be able to help you debug it further than that, as I have no access to the source atm...
Hi Soriak
Thanks for sharing this.
Is the source available?