User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
legacy:2016:cs:robovision:start [2016/09/23 21:36]
Brandon Kallaher [Building RoboVision]
legacy:2016:cs:robovision:start [2016/09/23 21:37]
Brandon Kallaher [Loading Video]
Line 17: Line 17:
 ==== Loading Video ==== ==== Loading Video ====
  
-Using RoboVision should be somewhat intuitive as it's a very simple tool that mirrors the vision system. To load a video click '​Load'​ at the top right corner next to the video scrubber. It should only list compatible video codecs in the file explorer. (NOTE: Due to the nature of OpenCV'​s VideoCapture object, some codecs will not run or may even crash the tool. This is due to lack of support for some codecs in OpenCV'​s source code and can't be fixed unless we change libraries for video objects.) Once loaded you should see the first frame of the video in the center of your screen.+Using RoboVision should be somewhat intuitive as it's a very simple tool that mirrors the vision system. To load a video click ''Load'' at the top right corner next to the video scrubber. It should only list compatible video codecs in the file explorer. (NOTE: Due to the nature of OpenCV'​s VideoCapture object, some codecs will not run or may even crash the tool. This is due to lack of support for some codecs in OpenCV'​s source code and can't be fixed unless we change libraries for video objects.) Once loaded you should see the first frame of the video in the center of your screen.
  
 ==== Loading Trees ==== ==== Loading Trees ====