joaofaro / KCFcpp

C++ Implementation of KCF Tracker
BSD 3-Clause "New" or "Revised" License
895 stars 446 forks source link

libdc1394 error: Failed to initialize libdc1394 #9

Closed cybertk closed 7 years ago

cybertk commented 7 years ago

When running in Docker container, failed with

libdc1394 error: Failed to initialize libdc1394

cybertk commented 7 years ago

Fixed by

sudo ln /dev/null /dev/raw1394

Origin posted at StackOverflow