RTCView filters
See original GitHub issueThis is not a bug but a sort of feature help request.
I’d like to implement a greyscale or sepia filter on the RTCView somehow.
Can anyone point me to the right direction with this? From what I understand I could work it out by using OpenGL, probably in the WebRTCView.java
source code file.
The other way I could think of is somehow to get the RTCView to give each frame to React, which could then re-render it upon every update. Then by using RN’s WebGL library each frame could possibly be rendered as an image, with the applied filter.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top Results From Across the Web
React Native Calls Quick Start - ChatKitty
Build video-audio calls into your React Native application with the ChatKitty JavaScript SDK.
Read more >gl-react/Lobby - Gitter
I am trying to apply WebGL effects processing to a WebRTC video view (RTCView). ... But now i need to apply some text...
Read more >Flipped view in RTCView for react-native - webrtc
When I local stream my video it displayed me flipped view of video in RTCView element. Is there any argument I should have...
Read more >react-native-janus - npm
A react-native client for Janus WebRTC Gateway. Latest version: 0.0.1, last published: 2 years ago. Start using react-native-janus in your ...
Read more >Uncategorized - React Native WebRTC - Discourse
Topic Replies Views Activity
React Native + Kurento WebRTC Media Server 1 1498 April 22, 2020
Sending and receiving remote stream 1 520 April 11,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would also be interested into that. It would be nice to support all filters already supported on the web platform with CSS.
The other way I could think of is somehow to get the RTCView to give each frame to React, which could then re-render it upon every update. Then by using RN's WebGL library each frame could possibly be rendered as an image, with the applied filter.
So This will not work, right?