From 19052c1fd1b66135ee5ed6efa9566a5865e8e4c6 Mon Sep 17 00:00:00 2001 From: Sergey Dorodnicov Date: Wed, 21 Nov 2018 23:30:55 +0200 Subject: [PATCH] Adding a note about DLL file location --- wrappers/labview/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wrappers/labview/readme.md b/wrappers/labview/readme.md index ad8fcdc31d..ff8011a319 100644 --- a/wrappers/labview/readme.md +++ b/wrappers/labview/readme.md @@ -80,4 +80,10 @@ So now you are streaming data. To grab data you call the Capture VI inside a loo Note that frames can arrive asynchronously. You can query their time stamp or counters to align them, or just grab the nearest frames in time. -Finally, it is VERY important that you use the Release Frame VI to release each frame when it is no longer needed, or you will very quickly stop streaming. Also, be sure to CLOSE everything properly, or you will have problems streaming the next time, and LabVIEW may crash. +Finally, it is VERY important that you use the Release Frame VI to release each frame when it is no longer needed, or you will very quickly stop streaming. Also, be sure to CLOSE everything properly, or you will have problems streaming the next time, and LabVIEW may crash. + + +------------------- + + +> **Note**: If you are looking for a different way to modify DLL file location, please refer to [#1947](https://github.com/IntelRealSense/librealsense/issues/1947) and consider trying [github.com/ryannazaretian/librealsense/tree/master/wrappers/labview](https://github.com/ryannazaretian/librealsense/tree/master/wrappers/labview) as a possible solution.