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
<p>A developer guide with more information on plugin development can be found <ahref="developer.html">here</a>.</p>
142
+
<p>A developer guide with more information on plug-in development can be found <ahref="developer.html">here</a>.</p>
143
143
<p>There are two different types of plug-ins: <i>Acquisition Systems</i> and <i>Extensions</i>. <br>
144
144
Acquisition Systems represent software implementations of actual or virtual OCT systems. Extensions are software modules that extend the functionality of an OCT system (e.g. software control of a liquid lens) or provides additional custom defined post processing steps. Both, Acquisition Systems and Extensions, are dynamic libraries that are loaded into OCTproZ during runtime.<br></p>
145
145
<p>To develope custom plug-ins the DevKit needs to be used. Currently, the easiest way to develop plug-ins is to download the entire OCTproZ project from GitHub, compile the DevKit and OCTproZ and use the existing examples (Virtual OCT System, Demo Extension) as templates. A more advanced Extension that can be used as template as well is the <ahref="https://github.com/spectralcode/ImageStatisticsExtension">Image Statistics Extension</a> .</p>
<p>Hi Future-Miro, this is how you display code in line: <code class="language-plaintext highlighter-rouge">while(true)</code> and this is how to display a code block:</p>
0 commit comments