Skip to content

Commit

Permalink
add pyrealdds::video_stream::get_intrinsics()
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Jul 31, 2024
1 parent bdaf864 commit 1e1f9ce
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 @@ -967,6 +967,7 @@ PYBIND11_MODULE(NAME, m) {
video_stream_client_base( m, "video_stream", stream_client_base );
video_stream_client_base //
.def( "set_intrinsics", &dds_video_stream::set_intrinsics )
.def( "get_intrinsics", &dds_video_stream::get_intrinsics )
.def( FN_FWD( dds_video_stream,
on_data_available,
( dds_video_stream &, image_msg &&, dds_sample && ),
Expand Down

0 comments on commit 1e1f9ce

Please sign in to comment.