RealTimeFaceApi icon indicating copy to clipboard operation
RealTimeFaceApi copied to clipboard

How to change the color of the selected Face from Red to something else

Open ShamineDsouza opened this issue 3 years ago • 1 comments

I was looking at your code , I wanted to change the color of the Red circle , when face selected to some other color . Where can I change it in code ?

Can I write anything on this code. If I Say detect Age Or gender .

Would appreciate your help on this.

ShamineDsouza avatar Mar 02 '21 12:03 ShamineDsouza

Hi, in Program.cs on line 24, you can change the hex code of the color.

        private static readonly Scalar _faceColorBrush = new Scalar(0, 0, 255);

jernejk avatar Apr 05 '21 04:04 jernejk