Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated copyright and licensing information in
Program.cs
to 2024 and Apache License, Version 2.0. RefactoredProgram.cs
:SdkResolver.Initialize()
out of the constructor.Main
method to call newRunSample
method.RunSample
now handles engine connection, camera retrieval, and video export.Export
method with modern C# features, better error handling, progress reporting, and cancellation support.Export
method initializesMediaExporter
and sets export format toG64X
.CameraExportConfig
.Removed
ExportOption.cs
,G64ConverterBaseExtensions.cs
,VideoExport.cs
, andVideoExportFormat.cs
.