Skip to content

Commit

Permalink
remove python net_viewer example
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Jan 12, 2023
1 parent f625a38 commit 83ad56c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 75 deletions.
73 changes: 0 additions & 73 deletions wrappers/python/examples/net_viewer.py

This file was deleted.

3 changes: 1 addition & 2 deletions wrappers/python/examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ These Examples demonstrate how to use the python wrapper of the SDK.
9. [T265 Coordinates](./t265_rpy.py) - This example shows how to change coordinate systems of a T265 pose
10. [T265 Stereo](./t265_stereo.py) - This example shows how to use T265 intrinsics and extrinsics in OpenCV to asynchronously compute depth maps from T265 fisheye images on the host.
11. [Realsense over Ethernet](./ethernet_client_server/README.md) - This example shows how to stream depth data from RealSense depth cameras over ethernet.
12. [Realsense Network Device Viewer](./net_viewer.py) - Shows how to connect to rs-server over network.
13. [D400 self-calibration demo](./depth_auto_calibration_example.py) - Provides a reference implementation for D400 Self-Calibration Routines flow. The scripts performs On-Chip Calibration, followed by Focal-Length calibration and finally, the Tare Calibration sub-routines. Follow the [White Paper Link](https://dev.intelrealsense.com/docs/self-calibration-for-depth-cameras) for in-depth description of the provided calibration methods.
12. [D400 self-calibration demo](./depth_auto_calibration_example.py) - Provides a reference implementation for D400 Self-Calibration Routines flow. The scripts performs On-Chip Calibration, followed by Focal-Length calibration and finally, the Tare Calibration sub-routines. Follow the [White Paper Link](https://dev.intelrealsense.com/docs/self-calibration-for-depth-cameras) for in-depth description of the provided calibration methods.

## Pointcloud Visualization

Expand Down

0 comments on commit 83ad56c

Please sign in to comment.