Functions | Variables
test-frame-filter Namespace Reference

Functions

def frames_counter (frame)
 

Variables

 depth_sensor = device.first_depth_sensor()
 
 device = devices[0]
 
 devices = test.find_devices_by_product_line_or_exit(rs.product_line.L500)
 
 dp
 
 irp
 
int MAX_TIME_TO_WAIT_FOR_FRAMES = 10
 
int n_depth_frame = 0
 
int n_ir_frame = 0
 
int NUMBER_OF_FRAMES_BEFORE_CHECK = 50
 
 wait_frames_timer = Timer(MAX_TIME_TO_WAIT_FOR_FRAMES)
 

Function Documentation

def test-frame-filter.frames_counter (   frame)

Definition at line 33 of file test-frame-filter.py.

Variable Documentation

test-frame-filter.depth_sensor = device.first_depth_sensor()

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

test-frame-filter.device = devices[0]

Definition at line 21 of file test-frame-filter.py.

test-frame-filter.devices = test.find_devices_by_product_line_or_exit(rs.product_line.L500)

Definition at line 20 of file test-frame-filter.py.

test-frame-filter.dp
Initial value:
1 = next(p for p in depth_sensor.profiles if p.stream_type() == rs.stream.depth
2  and p.fps() == 30)
void next(auto_any_t cur, type2type< T, C > *)
Definition: foreach.hpp:757

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

test-frame-filter.irp
Initial value:
1 = next(p for p in depth_sensor.profiles if p.stream_type() == rs.stream.infrared
2  and p.fps() == 30)
void next(auto_any_t cur, type2type< T, C > *)
Definition: foreach.hpp:757

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

int test-frame-filter.MAX_TIME_TO_WAIT_FOR_FRAMES = 10

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

int test-frame-filter.n_depth_frame = 0

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

int test-frame-filter.n_ir_frame = 0

Definition at line 30 of file test-frame-filter.py.

int test-frame-filter.NUMBER_OF_FRAMES_BEFORE_CHECK = 50

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

test-frame-filter.wait_frames_timer = Timer(MAX_TIME_TO_WAIT_FOR_FRAMES)

Definition at line 41 of file test-frame-filter.py.



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