Questions tagged [chromakey]

The technique has been used in many fields to remove a background from the subject of a photo or video – particularly the newscasting, motion picture, and video game industries. A color range in the foreground footage is made transparent, allowing separately filmed background footage or a static image to be inserted into the scene. The chroma keying technique is commonly used in video production and post-production. This technique is also referred to as color keying, colour-separation overlay (CSO; primarily by the BBC), or by various terms for specific color-related variants such as green screen, and blue screen – chroma keying can be done with backgrounds of any color that are uniform and distinct, but green and blue backgrounds are more commonly used because they differ most distinctly in hue from most human skin colors. No part of the subject being filmed or photographed may duplicate the color used as the backing.

It is commonly used for weather forecast broadcasts, wherein a news presenter is usually seen standing in front of a large CGI map during live television newscasts, though in actuality it is a large blue or green background. When using a blue screen, different weather maps are added on the parts of the image where the color is blue. If the news presenter wears blue clothes, his or her clothes will also be replaced with the background video. Chroma keying is also common in the entertainment industry for visual effects in movies and video games.

87 questions
0
votes
1 answer

iOS. Play video with green background over camera view with GPUImage

I have a video with green background and I want to display it over live camera view and remove green background. I also want to display it in separate view so user would be able to move or resize video. Is that possible with GPUImage? Can you…
Ztr
  • 35
  • 5
0
votes
2 answers

Vuforia ChromaKey on video overlay

I work on a project with Vuforia. I use VideoPlayback sample from Vuforia. When Vuforia detect a marker, a video play as overlay on this marker. I try to apply a chromakey on video overlay. I find this article…
kopacabana
  • 437
  • 3
  • 17
0
votes
0 answers

Attach an image to a moving element in a video using canvas

How can I create a video using HTML5 canvas where I can attach a persons face on a moving element in a video using chroma key. So that the face moves along with that element. Came across this website JibJab which makes use of this. Just want to know…
karan3112
  • 1,867
  • 14
  • 20
0
votes
0 answers

Javascript Slow Chromakey

I been using JavaScript to code a chroma key program but it's running very slow and lagging. Below is the code snippet that I believe is causing the problem. Is there any way to make this more efficient? l= data.length/4; while(l--){ r=…
vdgoran
  • 11
  • 1
0
votes
1 answer

error with openCV2

I am new in coding. Using this script: from PIL import Image from PIL.ImageChops import subtract import numpy, math, time, glob, sys, os, logging, requests, random def GreenScreen(infile, inbg ,outfile='output.png', keyColor=None,tolerance=None): …
Leonardo
  • 43
  • 7
0
votes
1 answer

Creating chroma key for qwebview in Qt5

I'm trying to create a chroma key for a qwebview in Qt5. This means I need to make a specific color be transparent (other widgets should be visible through webview's pixels with that color). I've found that it can be done using…
VaMpir
  • 61
  • 2
  • 6
0
votes
2 answers

Pixel Bender Chroma Keying code for flex3 / as3

Does anybody know where i can find a good chroma keying pixel bender code example. Or does anybody know how to write such a code in pixel bender. Or a create pixel bender tutorial to create a chroma keying filter. Does anybody know how to get it in…
DJ.
  • 2,031
  • 2
  • 13
  • 22
0
votes
1 answer

BlendIMG and ChromaKey() jes, explaining these functions and why my programs won't work

Whenever I try to run a program in JES such as this for example, whenever I place anything inside the parenthesis, the program won't work?! what am I doing wrong! when I try to run the program and I type in image(pict), it just says…
codeGeek
  • 1
  • 1
0
votes
0 answers

GPUImage GPUImageTwoInputFilter two videos

I have a problem with GPUImage using GPUImageTwoInputFilter (any filter like GPUImageChromaKeyBlendFilter) for two videos. I have no videos in this case. @interface ViewController () @property (nonatomic) GPUImageMovie *video; @property…
Roman
  • 366
  • 5
  • 19
0
votes
0 answers

Chroma Key using Core Image filters leaves a halo around text

I have been trying to come up with a simple way to use Core Image filters to key out the background of a slide and to key out text of a certain color. My current project works, but with one caveat: the text that I am trying to remove is gone, but a…
Paul Brown
  • 23
  • 5
-1
votes
1 answer

Is it possible to key out green screen from a video in Unity2D?

Long story short, I'm making a game over screen for my 2D unity game. Animated it in Da Vinci with a green screen in the back of everything so that I can key it out. Question is, can it be made transparent in Unity? To add, my original plan was to…
-1
votes
1 answer

Easy way to remove chromakey from image Java

Is there any easy way to remove the chromakey from the image by java? I've tried to read about openCV and that's to hard to learn and use.
DimaZet
  • 3
  • 1
1 2 3 4 5
6