For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Introduction
    • Overview
    • Relevant Technologies
    • Getting Started
  • Setup
    • SDK Installation
    • Additional Setup
    • Third Party Hardware Setup
  • Using the SDK
    • Holoscan Core
    • GPU Resident Execution
    • Holoscan by Example
    • Create an Application
    • Create a Distributed Application
    • Create an Operator
    • Create an Operator via Decorator
    • Create a Condition
    • Dynamic Flow Control
    • CUDA Stream Handling
    • Logging
    • Data Logging
    • Debugging
    • Python Operator Bindings
  • Operators
    • Operators and Extensions
    • Visualization
    • Inference
    • Testing
    • Video I/O Vendor Implementation Guide
  • Components
    • Schedulers
    • Conditions
    • Resources
    • Analytics
  • AI Skills
    • Ai Skills
  • API reference
                  • ChannelCapabilities
                  • FramerateRange
                  • PixelFormatDesc
                  • Resolution
                  • VideoCaptureCapabilities
                  • VideoCaptureChannelCapabilities
                  • VideoDeviceCapabilities
                  • VideoLatencyHint
                  • VideoTransmitCapabilities
                  • VideoTransmitChannelCapabilities
  • Performance
    • Performance Considerations
    • Flow Tracking
    • GXF Job Statistics
    • Nsight Profiling
  • HoloHub
    • HoloHub Overview
  • FAQ
    • FAQ
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoDocumentation
On this page
  • Member variables
API referenceC++ APIHoloscanNamespacesOpsNamespacesVideo IoStructs

holoscan::ops::video_io::VideoDeviceCapabilities

Beta
||View as Markdown|
Previous

holoscan::ops::video_io::VideoCaptureChannelCapabilities

Next

holoscan::ops::video_io::VideoLatencyHint

Capability snapshot for one logical video device (board, NIC, URI namespace, etc.).

Combines input and output limits for tools that need a single summary. Prefer VideoCaptureCapabilities / VideoTransmitCapabilities for typed capture vs transmit views.

#include <holoscan/ops/video_io/video_io_capabilities.hpp>

Member variables

NameTypeDescription
backend_idstd::string
device_idstd::string
device_uristd::string
max_concurrent_inputsuint32_t
max_concurrent_outputsuint32_t
transportsstd::vector< VideoTransport >
channelsstd::vector< ChannelCapabilities >