Closed flynneva closed 3 years ago
Looks like the Variable 'INFINITE_NUMBER' was moved inside the peak library. Unfortunately, I have no camera to test ist, but you could try 'peak::core::DataStream::INFINITE_NUMBER' instead of 'peak::core::INFINITE_NUMBER'. In my case it compiles
Awesome! I was trying to dig through the source code to look for where it might be in the version I have.
I'll try this tomorrow. Was there an API doc that you were looking at somewhere? Would be good to know where to find that sort of info....
In their programming guide, it is as in the peak_node: https://de.ids-imaging.com/manuals/ids-peak/ids-peak-programming-manual/1.1.8/de/start-acquisition.html (german).
In their API however, 'INFINITE_NUMBER' is a member of 'DataStream': https://de.ids-imaging.com/manuals/ids-peak/ids-peak-api-documentation/1.1.8/en/classpeak_1_1core_1_1_data_stream.html#a012a2f2dd70fb70c482fe114bbddb9c4
Hope this helps. Feel free to add a pull request when you have debugged this.
see #8
while compiling i am running into this error: