Skip to content

Commit

Permalink
add Y12I to pyrealdds.video_encoding.y12i
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Sep 30, 2024
1 parent 56893ab commit a188c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third-party/realdds/py/pyrealdds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ PYBIND11_MODULE(NAME, m) {
video_encoding.attr( "yuyv" ) = dds_video_encoding( "yuv422_yuy2" );
video_encoding.attr( "uyvy" ) = dds_video_encoding( "uyvy" );
video_encoding.attr( "rgb" ) = dds_video_encoding( "rgb8" );
video_encoding.attr( "y12i" ) = dds_video_encoding( "Y12I" );

using realdds::dds_stream_profile;
py::class_< dds_stream_profile, std::shared_ptr< dds_stream_profile > > stream_profile_base( m, "stream_profile" );
Expand Down

0 comments on commit a188c13

Please sign in to comment.