You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ If all went OK you will have the executable and the library:
48
48
49
49
VideoStreaming
50
50
---------------
51
-
You might want to use OpenIGTLink library to perform video streaming. Currently OpenH264, H265and VP9 are supported in the OpenIGTLink.
51
+
You might want to use OpenIGTLink library to perform video streaming. Currently OpenH264, H265, VP9 and AV1 are supported in the OpenIGTLink.
52
52
53
53
* Prerequisites
54
54
@@ -64,6 +64,7 @@ In the case of H265 build, H265 have many implementations, the encoder used in l
64
64
OpenIGTLink library doesn't build H265 libraries, so the users need to download and compile the libraries by themselves.
65
65
Afterwards, set the variables-"X265_INCLUDE_DIR, X265_LIBRARY_DIR, OPENHEVC_INCLUDE_DIR, OpenHEVC_LIBRARY"-correctly in cmake configuration.
66
66
67
+
In the case of AV1 build, the AV1 codec is cmakefied. Once the OpenIGTLink_USE_AV1 option is selected, the openigtlink libray will superbuild the codec and link automatically.
67
68
* Linux / Mac OS X
68
69
69
70
In the case of Linux and Mac, after installing the required program in the Prerequisites section,
@@ -84,7 +85,6 @@ $ make
84
85
* Windows Build
85
86
86
87
In the case of windows build, please refer to the following websites for H264, X265 and VP9 respectively.
OpenIGTLink provides binary library files for visual studio 12 2013 and visual studio 14 2015.
98
+
The libray will be automatically downloaded during the project build when user configure OpenIGTLink library using these cmake generators:
99
+
"Visual Studio 12 2013", "Visual Studio 12 2013 Win64", "Visual Studio 14 2015" and "Visual Studio 14 2015 Win64".
100
+
For the rest cmake generators, the user need to provide the VP9_INCLUDE_DIR and VP9_BINARY_DIR, otherwize the video streaming feature will be deactivated.
0 commit comments