question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
dmorilhacommented, Nov 20, 2018

I would also be interested into that. It would be nice to support all filters already supported on the web platform with CSS.

0reactions
magiccDevcommented, Sep 16, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found