Monitor green screen usage scenario for assistance

infowe

New Member
I want to simply set a large touchscreen PC to a transparent green screen, and then the camera will capture this touchscreen and the person, which can be extracted. Is there any solution?

Are there any related plugins?

I have attached a post

2473025789.jpg
 

AaronD

Active Member
I'm not sure I understand what you're asking for.

There are extremely short-throw projectors that mount directly to the top frame of a whiteboard or dry-erase marker board, and project onto that same surface. They're mostly designed for schools, but anything can be used for anything. Those same systems often include "touch" in the form of an infrared stylus that a camera next to the projector can see. Do the same transform in reverse, that the projector does forward, and the system knows where the IR dot is on the screen. Thus, a large "touchscreen" that you can literally stand in front of.

Would that work for what you're doing? No green screen, but literally in front of the actual image and interacting with it.
 

infowe

New Member
I'm not sure I understand what you're asking for.

There are extremely short-throw projectors that mount directly to the top frame of a whiteboard or dry-erase marker board, and project onto that same surface. They're mostly designed for schools, but anything can be used for anything. Those same systems often include "touch" in the form of an infrared stylus that a camera next to the projector can see. Do the same transform in reverse, that the projector does forward, and the system knows where the IR dot is on the screen. Thus, a large "touchscreen" that you can literally stand in front of.

Would that work for what you're doing? No green screen, but literally in front of the actual image and interacting with it.
I have solved the problem. I used C+to write a program that covers the screen with a transparent green layer and can operate through it. Then, I used SetWindowDisplayAffinity in the Windows API to not capture this green screen.

以上就是实现方法!

I am Chinese, and my English is not very good. Sorry!
 
Top