-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
14 additions
and
2 deletions.
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,2 +1,14 @@ | ||
# ndi-monitor | ||
Newtek NDI monitor based on OpenGL ES2 | ||
# RPI NDI monitor | ||
Newtek NDI monitor based on DispmanX. | ||
|
||
# Requires | ||
- Raspberry Pi 3 w/ Raspbian OS | ||
- Legacy GL Driver turned on | ||
|
||
# Issues | ||
- Although Newtek benchmark tool states Rpi capable to drive 1.84 streams of 1080p60 using 4 cores, library uses single core and no way found to run it multicore. On practice it leads to frame dropping (approx 4 of 5 frames are dropped) and giant latency (more that second). This disaster repeats whenever DispmanX or OpenGLES used to output frames and nothing promices Rpi3 be capable driving 1080p60 using NDI library v5. | ||
- Idea to capture fastest UYVY frames has failed, so code captures BGRX/BGRA and treats it as BGRX. | ||
|
||
# Building | ||
- make && ./runner_arm7l | ||
|