Skip to content

Commit

Permalink
Adding a note about DLL file location
Browse files Browse the repository at this point in the history
  • Loading branch information
dorodnic authored Nov 21, 2018
1 parent 0fc8499 commit 19052c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion wrappers/labview/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 19052c1

Please sign in to comment.