| 1 | <BundleInfo name="ChimeraX-RealSense" version="1.0"
|
|---|
| 2 | package="chimerax.realsense"
|
|---|
| 3 | minSessionVersion="1" maxSessionVersion="1">
|
|---|
| 4 |
|
|---|
| 5 | <Author>UCSF RBVI</Author>
|
|---|
| 6 | <Email>chimerax@cgl.ucsf.edu</Email>
|
|---|
| 7 | <URL>https://www.rbvi.ucsf.edu/chimerax/</URL>
|
|---|
| 8 |
|
|---|
| 9 | <Synopsis>Combine Intel RealSense camera with graphics</Synopsis>
|
|---|
| 10 | <Description>Produce mixed reality videos combining Intel RealSense
|
|---|
| 11 | depth sensing camera video with rendered graphics.</Description>
|
|---|
| 12 |
|
|---|
| 13 | <Categories>
|
|---|
| 14 | <Category name="General"/>
|
|---|
| 15 | </Categories>
|
|---|
| 16 |
|
|---|
| 17 | <CModule name="_depthvideo">
|
|---|
| 18 | <SourceFile>_depthvideo/denoise.cpp</SourceFile>
|
|---|
| 19 | <Library>arrays</Library>
|
|---|
| 20 | </CModule>
|
|---|
| 21 |
|
|---|
| 22 | <Dependencies>
|
|---|
| 23 | <Dependency name="ChimeraX-Core" version=">=0.9"/>
|
|---|
| 24 | <Dependency name="pyrealsense2" version=">=2.30.0.1184"/>
|
|---|
| 25 | </Dependencies>
|
|---|
| 26 |
|
|---|
| 27 | <Classifiers>
|
|---|
| 28 | <PythonClassifier>Development Status :: 2 - Pre-Alpha</PythonClassifier>
|
|---|
| 29 | <PythonClassifier>License :: Free for non-commercial use</PythonClassifier>
|
|---|
| 30 | <ChimeraXClassifier>Command :: device realsense :: General :: Show Intel RealSense camera video</ChimeraXClassifier>
|
|---|
| 31 | </Classifiers>
|
|---|
| 32 |
|
|---|
| 33 | </BundleInfo>
|
|---|