Skip to content

Commit

Permalink
remove unused camera simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-intel committed Apr 14, 2023
1 parent 8fee51f commit d6cac6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 66 deletions.
2 changes: 1 addition & 1 deletion benchmark-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Sample command lines:

**camera-simulator.sh**

Starts the camera simulator. To use, place the script in a folder named camera-simulator. At the same directory level as the camera-simulator folder, create a folder called sample-media. The camera-simulator.sh script will start a simulator for each .mp4 video that it finds in the sample-media folder and will enumerate them as camera_0, camera_1 etc. Be sure the path to camera-simulator.sh script is correct in the start_emulated_camera_pipelines.sh script.
Starts the camera simulator. To use, place the script in a folder named camera-simulator. At the same directory level as the camera-simulator folder, create a folder called sample-media. The camera-simulator.sh script will start a simulator for each .mp4 video that it finds in the sample-media folder and will enumerate them as camera_0, camera_1 etc. Be sure the path to camera-simulator.sh script is correct in the camera-simulator.sh script.



Expand Down
64 changes: 0 additions & 64 deletions benchmark-scripts/start_emulated_camera_pipelines.sh

This file was deleted.

2 changes: 1 addition & 1 deletion docs_src/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ Sample command lines:

**camera-simulator.sh**

Starts the camera simulator. To use, place the script in a folder named camera-simulator. At the same directory level as the camera-simulator folder, create a folder called sample-media. The camera-simulator.sh script will start a simulator for each .mp4 video that it finds in the sample-media folder and will enumerate them as camera_0, camera_1 etc. Be sure the path to camera-simulator.sh script is correct in the start_emulated_camera_pipelines.sh script.
Starts the camera simulator. To use, place the script in a folder named camera-simulator. At the same directory level as the camera-simulator folder, create a folder called sample-media. The camera-simulator.sh script will start a simulator for each .mp4 video that it finds in the sample-media folder and will enumerate them as camera_0, camera_1 etc. Be sure the path to camera-simulator.sh script is correct in the camera-simulator.sh script.

0 comments on commit d6cac6d

Please sign in to comment.