stb-tester
stb-tester copied to clipboard
Implement Camera support with OpenGL
TODO:
- [x] Merge #311
- [x] Merge #313
- [x] Merge #342
- [x] Rebase
- [ ] Update
stbt camerato use the OpenGL transformations. - [ ] Test on the big rig with a real TV
- [ ] Reinstate Vignetting correction
- [ ] Investigate more correct colour management? (See ArgyllCMS)
- [x] Remove
gst_hacks.gst_pad_stream_lock - [ ] Move
run_on_stream_threadfromgst_hacks.pytogst_utils.py
This code now corresponds to the demo at the 2015 GStreamer conference, rebased onto master. The OpenGL pipelines are driven from an iPython notebook -- stbt camera calibrate still needs to be updated to use the OpenGL transform.
Closing: stbt camera support removed in #589