GXF extensions
- page md_gxf_extensions_README
bayer_demosaic: includes thenvidia::holoscan::BayerDemosaiccodelet. It performs color filter array (CFA) interpolation for 1-channel inputs of 8 or 16-bit unsigned integer and outputs an RGB or RGBA image.gxf_holoscan_wrapper: includes theholoscan::gxf::OperatorWrappercodelet. It is used as a utility base class to wrap a holoscan operator to interface with the GXF framework.opengl_renderer: includes thenvidia::holoscan::OpenGLRenderercodelet. It displays a VideoBuffer, leveraging OpenGL/CUDA interop.tensor_rt: includes thenvidia::holoscan::TensorRtInferencecodelet. It takes input tensors and feeds them into TensorRT for inference.stream_playback: includes thenvidia::holoscan::stream_playback::VideoStreamSerializerentity serializer to/from a Tensor Object.v4l2_source: includes thenvidia::holoscan::V4L2Sourcecodelet. It uses V4L2 to get image frames from a USB cameras. The output is a VideoBuffer object.
See the User Guide for details regarding the extensions in GXF and Holoscan SDK, and for instructions to build your own extensions