Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. /nix/store/wcqkph9wihh4mg0hkg1vq846iv3rwc1m-librealsense-2.28.0
  2. ├── include
  3. │   └── librealsense2
  4. │   ├── h
  5. │   │   ├── rs_advanced_mode_command.h
  6. │   │   ├── rs_config.h
  7. │   │   ├── rs_context.h
  8. │   │   ├── rs_device.h
  9. │   │   ├── rs_frame.h
  10. │   │   ├── rs_internal.h
  11. │   │   ├── rs_option.h
  12. │   │   ├── rs_pipeline.h
  13. │   │   ├── rs_processing.h
  14. │   │   ├── rs_record_playback.h
  15. │   │   ├── rs_sensor.h
  16. │   │   └── rs_types.h
  17. │   ├── hpp
  18. │   │   ├── rs_context.hpp
  19. │   │   ├── rs_device.hpp
  20. │   │   ├── rs_export.hpp
  21. │   │   ├── rs_frame.hpp
  22. │   │   ├── rs_internal.hpp
  23. │   │   ├── rs_options.hpp
  24. │   │   ├── rs_pipeline.hpp
  25. │   │   ├── rs_processing.hpp
  26. │   │   ├── rs_record_playback.hpp
  27. │   │   ├── rs_sensor.hpp
  28. │   │   └── rs_types.hpp
  29. │   ├── rs_advanced_mode.h
  30. │   ├── rs_advanced_mode.hpp
  31. │   ├── rs.h
  32. │   ├── rs.hpp
  33. │   └── rsutil.h
  34. └── lib
  35. ├── cmake
  36. │   └── realsense2
  37. │   ├── realsense2Config.cmake
  38. │   ├── realsense2ConfigVersion.cmake
  39. │   ├── realsense2Targets.cmake
  40. │   └── realsense2Targets-release.cmake
  41. ├── librealsense2.so -> librealsense2.so.2.28
  42. ├── librealsense2.so.2.28 -> librealsense2.so.2.28.0
  43. ├── librealsense2.so.2.28.0
  44. ├── librealsense-file.a
  45. └── pkgconfig
  46. └── realsense2.pc
  47.  
  48. 8 directories, 37 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement