-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade DELTACAST to native operators #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bbbec65 to
a18d3b7
Compare
a18d3b7 to
4570ccb
Compare
6de6e7d to
3096cac
Compare
3096cac to
5a8614e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the DELTACAST VideoMaster operators from GXF-based codelets to native Holoscan operators. The conversion removes dependency on the GXF extension system and implements direct operator functionality within the Holoscan framework.
- Converts GXF codelets to native Holoscan operators with standard lifecycle methods
- Removes GXF extension infrastructure and associated build dependencies
- Adds new deltacast_receiver application to demonstrate input functionality
Reviewed Changes
Copilot reviewed 45 out of 46 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| utilities/cli/container.py | Adds duplicate device mount for DELTACAST x370 hardware |
| operators/deltacast_videomaster/*.hpp | Converts operator headers from GXF to native implementation |
| operators/deltacast_videomaster/*.cpp | Converts operator implementations with new compute/lifecycle methods |
| operators/deltacast_videomaster/videomaster_base.* | New base class for shared DELTACAST functionality |
| gxf_extensions/deltacast_videomaster/* | Removes entire GXF extension codebase |
| applications/deltacast_receiver/* | Adds new receiver application for video input |
| applications/deltacast_transmitter/* | Updates transmitter to use native operators |
| applications/endoscopy_tool_tracking/* | Updates to use native operators |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]> Signed-off-by: Thomas Dethier <[email protected]>
|
Closing PR following creation of PR in NVIDIA repository for reintegration into main. |
No description provided.