Functions | Variables
test-frame-drop Namespace Reference

Functions

def color_frame_call_back (frame)
 
def depth_frame_call_back (frame)
 

Variables

 ccs = rs.calibrated_sensor(color_sensor)
 
 color_sensor = dev.first_color_sensor()
 
 cp
 
 d2r = rs.device_calibration(dev)
 
 dcs = rs.calibrated_sensor(depth_sensor)
 
 depth_sensor = dev.first_depth_sensor()
 
 dev = test.find_first_device_or_exit()
 
 dp
 
int n_cal = 5
 
int previous_color_frame_number = -1
 
int previous_depth_frame_number = -1
 

Function Documentation

def test-frame-drop.color_frame_call_back (   frame)

Definition at line 49 of file test-frame-drop.py.

def test-frame-drop.depth_frame_call_back (   frame)

Definition at line 54 of file test-frame-drop.py.

Variable Documentation

test-frame-drop.ccs = rs.calibrated_sensor(color_sensor)

Definition at line 24 of file test-frame-drop.py.

test-frame-drop.color_sensor = dev.first_color_sensor()

Definition at line 19 of file test-frame-drop.py.

test-frame-drop.cp
Initial value:
1 = next(p for p in color_sensor.profiles if p.fps() == 30
2  and p.stream_type() == rs.stream.color
3  and p.format() == rs.format.yuyv
4  and p.as_video_stream_profile().width() == 1280
5  and p.as_video_stream_profile().height() == 720)
void next(auto_any_t cur, type2type< T, C > *)
Definition: foreach.hpp:757

Definition at line 29 of file test-frame-drop.py.

test-frame-drop.d2r = rs.device_calibration(dev)

Definition at line 26 of file test-frame-drop.py.

test-frame-drop.dcs = rs.calibrated_sensor(depth_sensor)

Definition at line 22 of file test-frame-drop.py.

test-frame-drop.depth_sensor = dev.first_depth_sensor()

Definition at line 18 of file test-frame-drop.py.

Definition at line 17 of file test-frame-drop.py.

test-frame-drop.dp
Initial value:
1 = next(p for p in
2  depth_sensor.profiles if p.fps() == 30
3  and p.stream_type() == rs.stream.depth
4  and p.format() == rs.format.z16
5  and p.as_video_stream_profile().width() == 1024
6  and p.as_video_stream_profile().height() == 768)
void next(auto_any_t cur, type2type< T, C > *)
Definition: foreach.hpp:757

Definition at line 35 of file test-frame-drop.py.

int test-frame-drop.n_cal = 5

Definition at line 43 of file test-frame-drop.py.

int test-frame-drop.previous_color_frame_number = -1

Definition at line 45 of file test-frame-drop.py.

int test-frame-drop.previous_depth_frame_number = -1

Definition at line 46 of file test-frame-drop.py.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:43