Fundo preto em Título do Canal

Moderadores: SuporteIntelbras, Moderador

raysonlaroca
Membro
Mensagens: 14
Registrado em: 10 Out 2023, 17:44

Fundo preto em Título do Canal

Mensagem por raysonlaroca »

Existe alguma maneira de colocar o título do canal sobre um fundo preto (para que fique mais legível, independente do plano de fundo)? Eu tentei utilizando a API HTML e alterando VideoWidget[0].ChannelTitle.BackColor, mas não obtive sucesso. Não tenho certeza se é assim que deve ser feito ou se cometi algum erro.

Agradeço antecipadamente.
Avatar do usuário
IntelbrasCFTV
Administrador
Mensagens: 10203
Registrado em: 25 Mai 2015, 09:58
Contato:

Re: Fundo preto em Título do Canal

Mensagem por IntelbrasCFTV »

raysonlaroca escreveu: 18 Jan 2024, 11:47
Olá

Infelizmente, os parâmetros fornecidos não criam uma borda preta ao redor do título do canal. Eles configuram cores de fundo e cores de texto.

VideoWidget[0].ChannelTitle.BackColor[0]=0
VideoWidget[0].ChannelTitle.BackColor[1]=0
VideoWidget[0].ChannelTitle.BackColor[2]=0
VideoWidget[0].ChannelTitle.BackColor[3]=0
VideoWidget[0].ChannelTitle.FrontColor[0]=255
VideoWidget[0].ChannelTitle.FrontColor[1]=255
VideoWidget[0].ChannelTitle.FrontColor[2]=255
VideoWidget[0].ChannelTitle.FrontColor[3]=0
VideoWidget[0].ChannelTitle.Rect[0]=148
VideoWidget[0].ChannelTitle.Rect[1]=7511
VideoWidget[0].ChannelTitle.Rect[2]=1773
VideoWidget[0].ChannelTitle.Rect[3]=7928
VideoWidget[0].Covers[0].BackColor[0]=0
VideoWidget[0].Covers[0].BackColor[1]=0
VideoWidget[0].Covers[0].BackColor[2]=0
VideoWidget[0].Covers[0].BackColor[3]=0
VideoWidget[0].Covers[0].FrontColor[0]=255
VideoWidget[0].Covers[0].FrontColor[1]=255
VideoWidget[0].Covers[0].FrontColor[2]=255
VideoWidget[0].Covers[0].FrontColor[3]=0
VideoWidget[0].Covers[0].Rect[0]=0
VideoWidget[0].Covers[0].Rect[1]=0
VideoWidget[0].Covers[0].Rect[2]=1024
VideoWidget[0].Covers[0].Rect[3]=1024
VideoWidget[0].Covers[1].BackColor[0]=0
VideoWidget[0].Covers[1].BackColor[1]=0
VideoWidget[0].Covers[1].BackColor[2]=0
VideoWidget[0].Covers[1].BackColor[3]=0
VideoWidget[0].Covers[1].FrontColor[0]=255
VideoWidget[0].Covers[1].FrontColor[1]=255
VideoWidget[0].Covers[1].FrontColor[2]=255
VideoWidget[0].Covers[1].FrontColor[3]=0
VideoWidget[0].Covers[1].Rect[0]=1024
VideoWidget[0].Covers[1].Rect[1]=1024
VideoWidget[0].Covers[1].Rect[2]=2048
VideoWidget[0].Covers[1].Rect[3]=2048
VideoWidget[0].Covers[2].BackColor[0]=0
VideoWidget[0].Covers[2].BackColor[1]=0
VideoWidget[0].Covers[2].BackColor[2]=0
VideoWidget[0].Covers[2].BackColor[3]=0
VideoWidget[0].Covers[2].FrontColor[0]=255
VideoWidget[0].Covers[2].FrontColor[1]=255
VideoWidget[0].Covers[2].FrontColor[2]=255
VideoWidget[0].Covers[2].FrontColor[3]=0
VideoWidget[0].Covers[2].Rect[0]=2048
VideoWidget[0].Covers[2].Rect[1]=2048
VideoWidget[0].Covers[2].Rect[2]=3072
VideoWidget[0].Covers[2].Rect[3]=3072
VideoWidget[0].Covers[3].BackColor[0]=0
VideoWidget[0].Covers[3].BackColor[1]=0
VideoWidget[0].Covers[3].BackColor[2]=0
VideoWidget[0].Covers[3].BackColor[3]=0
VideoWidget[0].Covers[3].FrontColor[0]=255
VideoWidget[0].Covers[3].FrontColor[1]=255
VideoWidget[0].Covers[3].FrontColor[2]=255
VideoWidget[0].Covers[3].FrontColor[3]=0
VideoWidget[0].Covers[3].Rect[0]=3072
VideoWidget[0].Covers[3].Rect[1]=3072
VideoWidget[0].Covers[3].Rect[2]=4096
VideoWidget[0].Covers[3].Rect[3]=4096
VideoWidget[0].CustomTitle[0].BackColor[0]=0
VideoWidget[0].CustomTitle[0].BackColor[1]=0
VideoWidget[0].CustomTitle[0].BackColor[2]=0
VideoWidget[0].CustomTitle[0].BackColor[3]=0
VideoWidget[0].CustomTitle[0].FrontColor[0]=255
VideoWidget[0].CustomTitle[0].FrontColor[1]=255
VideoWidget[0].CustomTitle[0].FrontColor[2]=255
VideoWidget[0].CustomTitle[0].FrontColor[3]=0
VideoWidget[0].CustomTitle[0].Rect[0]=5321
VideoWidget[0].CustomTitle[0].Rect[1]=7450
VideoWidget[0].CustomTitle[0].Rect[2]=7931
VideoWidget[0].CustomTitle[0].Rect[3]=7868
VideoWidget[0].CustomTitle[0].Text=none
VideoWidget[0].CustomTitle[0].TextAlign=2
VideoWidget[0].CustomTitle[1].BackColor[0]=0
VideoWidget[0].CustomTitle[1].BackColor[1]=0
VideoWidget[0].CustomTitle[1].BackColor[2]=0
VideoWidget[0].CustomTitle[1].BackColor[3]=0
VideoWidget[0].CustomTitle[1].EncodeBlend=false
VideoWidget[0].CustomTitle[1].FrontColor[0]=255
VideoWidget[0].CustomTitle[1].FrontColor[1]=255
VideoWidget[0].CustomTitle[1].FrontColor[2]=255
VideoWidget[0].CustomTitle[1].FrontColor[3]=0
VideoWidget[0].CustomTitle[1].Rect[0]=5321
VideoWidget[0].CustomTitle[1].Rect[1]=7450
VideoWidget[0].CustomTitle[1].Rect[2]=7931
VideoWidget[0].CustomTitle[1].Rect[3]=7868
VideoWidget[0].CustomTitle[1].Text=none
VideoWidget[0].CustomTitle[1].TextAlign=2
VideoWidget[0].FontSize=0
VideoWidget[0].FontSizeExtra1=10
VideoWidget[0].FontSizeExtra2=10
VideoWidget[0].FontSizeExtra3=10
VideoWidget[0].FontSizeScale=1
VideoWidget[0].FontSizeSnapshot=10
VideoWidget[0].TimeTitle.BackColor[0]=0
VideoWidget[0].TimeTitle.BackColor[1]=0
VideoWidget[0].TimeTitle.BackColor[2]=0
VideoWidget[0].TimeTitle.BackColor[3]=0
VideoWidget[0].TimeTitle.FrontColor[0]=255
VideoWidget[0].TimeTitle.FrontColor[1]=255
VideoWidget[0].TimeTitle.FrontColor[2]=255
VideoWidget[0].TimeTitle.FrontColor[3]=0
VideoWidget[0].UserDefinedTitle[0].BackColor[0]=0
VideoWidget[0].UserDefinedTitle[0].BackColor[1]=0
VideoWidget[0].UserDefinedTitle[0].BackColor[2]=0
VideoWidget[0].UserDefinedTitle[0].BackColor[3]=0
VideoWidget[0].UserDefinedTitle[0].FrontColor[0]=255
VideoWidget[0].UserDefinedTitle[0].FrontColor[1]=255
VideoWidget[0].UserDefinedTitle[0].FrontColor[2]=255
VideoWidget[0].UserDefinedTitle[0].FrontColor[3]=0
Nos colocamos a disposição.

--
Suporte Técnico Intelbras
Telefone: (48) 2106-0006
Whatsapp: (48) 2106-0006
Chat: https://bit.ly/2vLXbg6
E-mail: suporte@intelbras.com.br

Este é o seu espaço para se conectar com outros e compartilhar conhecimento.
Acesse: forum.intelbras.com.br
Responder

Voltar para “VIP 1130 B Câmera Bullet compatível com a tecnologia PoE”