Dimitrios Ververidis

Results 36 comments of Dimitrios Ververidis

The user requirement is as follows: I am an Architect and I have my Stream X where only me have access. I want to push a certain commit from Stream...

@vincentfretin Yes we have copied it from the same library of Mediapipe 👍 I have tried to make video avatars to co-exist with 3D avatars but there is a problem...

Sorry for not replying earlier but I was engaged in another project in UE4. The steps are as follows: 1) Create a canvas 2) Add in this canvas the selfie-segmented...

ok forget about the bug. It was something left from a previous version of naf. I have managed to share my phpstorm screen: ![image](https://user-images.githubusercontent.com/1898502/150775203-fa0222e1-3628-4d90-8ad2-e3ecb3de1486.png)

As regards the procedure of replacing pixels, it is as follows. Get my video stream and replace "green" pixels with flat RGBA = (0,1,0,1) pixels (flat green). The amount of...

As regards "Programs" in stats, you have right, it increases incrementally when each player enters. However, I do not know how to use shaders for video streams. There is no...

I have found how to make a green-screen shader for videos in AFrame without the need of a canvas and without the need to go back to Three.js. Look at...

The video dom example is not working properly in NAF as it shows always the same video for all players. I guess I have to use the embedded map of...

By Searching aframe.js, the only map declared for flat shader (the shader of videos) is src. I have replaced map with src but I get the same map, i.e. the...

Finally I have done a simple solution. It is very robust in comparison to my other methods. - No secondary stream - No canvas for personal stream processing before send...