1 | initial version |
Okay lets sum it up again ;)
CASE 1: YOU USE THE PVAPI INTERFACE WITHOUT BUILTIN SUPPORT IN OPENCV
For this you need to perform the following steps
CASE 2: USE THE BUILTIN OPENCV SUPPORT
Last weeks I have been rebuilding the PvAPI builtin interface. Steps to complete for this: - Run CMAKE-gui instead of CMAKE itself - Manually link the PvAPI include and header file until no configure errors appear anymore - Update your sourcecode before building with this pull request to fix all errors of the API interface. - Use the sample to capture data.
Happy trying!
2 | No.2 Revision |
Okay lets sum it up again ;)
CASE 1: YOU USE THE PVAPI INTERFACE WITHOUT BUILTIN SUPPORT IN OPENCV
For this you need to perform the following steps
CASE 2: USE THE BUILTIN OPENCV SUPPORT
Last weeks I have been rebuilding the PvAPI builtin interface. Steps to complete for this:
- this:
Happy trying!