From 40758710f93ae1852758bbb6486cc84d30e58553 Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Tue, 11 Jul 2023 11:36:21 +0300 Subject: [PATCH 1/2] update API comment --- include/librealsense2/h/rs_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/librealsense2/h/rs_frame.h b/include/librealsense2/h/rs_frame.h index 07dd2e974a..d12304c9a9 100644 --- a/include/librealsense2/h/rs_frame.h +++ b/include/librealsense2/h/rs_frame.h @@ -138,7 +138,7 @@ rs2_sensor* rs2_get_frame_sensor(const rs2_frame* frame, rs2_error** error); * retrieve frame number from frame handle * \param[in] frame handle returned from a callback * \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored -* \return the frame nubmer of the frame, in milliseconds since the device was started +* \return the frame number, normally a running counter set by the camera */ unsigned long long rs2_get_frame_number(const rs2_frame* frame, rs2_error** error); From a56f15ca7ef9da747189ce1010e778d25a920ce7 Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Tue, 11 Jul 2023 11:41:21 +0300 Subject: [PATCH 2/2] update comment --- include/librealsense2/h/rs_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/librealsense2/h/rs_frame.h b/include/librealsense2/h/rs_frame.h index d12304c9a9..f2d26b3b93 100644 --- a/include/librealsense2/h/rs_frame.h +++ b/include/librealsense2/h/rs_frame.h @@ -138,7 +138,7 @@ rs2_sensor* rs2_get_frame_sensor(const rs2_frame* frame, rs2_error** error); * retrieve frame number from frame handle * \param[in] frame handle returned from a callback * \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored -* \return the frame number, normally a running counter set by the camera +* \return the frame number */ unsigned long long rs2_get_frame_number(const rs2_frame* frame, rs2_error** error);