-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0eb3cb
commit 3b65843
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Zero Test Bench Software Stack | ||
Author: Cristian Bicheru | ||
|
||
For questions, feel free to reach out to `[email protected]`. | ||
|
||
## Introduction | ||
|
@@ -40,4 +41,4 @@ compiled kernel with `PREEMPT_RT` enabled. The Pi is also overlocked to 2 GHz. | |
To establish a live camera feed, connect an android phone to the Pi via USB and | ||
run the `./start_camera.sh` command. This will forward the 8080 port on the | ||
phone to 8081 on the Pi. A camera server (e.g. IP Webcam) can then be run on the | ||
phone (broadcasting on port 8080) and accessed on the laptop. | ||
phone (broadcasting on port 8080) and accessed on the laptop. |