In the documentation for the isaac_ros_compression encoder quickstart link, the description of the profile values for Main and Baseline seems to be switched.
The profile to be used for encoding. The value can be an integer from 0 to 2, representing Main, Baseline, and High, respectively.
From what I can see in the code Man and Baseline should have been switched:
|
result &= registrar->parameter(profile_, "profile", "Encode profile", |
|
"0:Baseline Profile, 1: Main , 2: High", |
|
2); |
In the documentation for the isaac_ros_compression encoder quickstart link, the description of the
profilevalues forMainandBaselineseems to be switched.From what I can see in the code Man and Baseline should have been switched:
isaac_ros_compression/gxf/codec/video_encoder/videoencoder_request.cpp
Lines 69 to 71 in 8976ff3