IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 57 forks source link

terminate called after throwing an instance of 'std::invalid_argument' in DiscoverCapture() on Linux #70

Closed michalrudowicz closed 3 years ago

michalrudowicz commented 3 years ago

For some reason on Fedora 33 output of wc appears to have less whitespace characters than expected, causing the following error to appear during device detection:

terminate called after throwing an instance of 'std::invalid_argument'
  what():  stoi

Pull request with a fix: https://github.com/IntelRealSense/RealSenseID/pull/69