Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solid Color command do not work #293

Open
TuomasJaa opened this issue Jan 21, 2021 · 2 comments
Open

Solid Color command do not work #293

TuomasJaa opened this issue Jan 21, 2021 · 2 comments

Comments

@TuomasJaa
Copy link

TuomasJaa commented Jan 21, 2021

Solid Color commands from Client to server do not translate correctly.
White and black do not work. Other colors works mostly.
Exampple color 241, 0, 4, Alpaha 255 sends command PLAY 1-10 "#FFF1 0 4"
and color 136, 0, 0, Alpha 255 sends command PLAY 1-10 "#ff88 0 0"

Not "pure" colors works. Like 51, 125, 136, alpha 255 sends correct command PLAY 1-10 "#ff337d88"

@jznofc
Copy link

jznofc commented Feb 21, 2021

you can temporarily use custom command with
PLAY: PLAY 1-10 "#fff10004"
and for
STOP: STOP 1-10

@j3po
Copy link

j3po commented Apr 14, 2021

All black and white actually works. Every color with a ZERO as the first digit of the RGB values is not working, e.g. #FF 055FF.

So... counting up RGB Values:
#0F55FF - no
#1055FF - yes
#1155FF - yes

The same is true for all three RGB fields.

In addition to that, the documentation might be wrong... The KEY is the first HEX, then RED, GREEN and BLUE. But the documentation in the help wiki says it is the other way round.

--> using client version 2.2.0 and server version 2.3.2
Hope this is not an inconsistency in the versions as well...

ServiusHack added a commit to ServiusHack/casparcg-client that referenced this issue Jun 10, 2024
In dd9895c the `printf` syntax using
`%02d` was replaced with `QString`' and its `arg` function. The default
fill character of `arg` is a whitespace. This broke the formatting of
the color code if they had a leading zero in any component.

In 22c838b this was already fixed in
`Timecode.cpp`. The same fix was now also applied in the other places.
ServiusHack added a commit to ServiusHack/casparcg-client that referenced this issue Jun 10, 2024
In dd9895c the `printf` syntax using
`%02d` was replaced with `QString` and its `arg` function. The default
fill character of `arg` is a whitespace. This broke the formatting of
the color code if they had a leading zero in any component.

In 22c838b this was already fixed in
`Timecode.cpp`. The same fix was now also applied in the other places.
ServiusHack added a commit to ServiusHack/casparcg-client that referenced this issue Jun 10, 2024
In dd9895c the `printf` syntax using
`%02d` was replaced with `QString` and its `arg` function. The default
fill character of `arg` is a whitespace. This broke the formatting of
the color code if they had a leading zero in any component.

In 22c838b this was fixed for
`Timecode.cpp`. The same fix was now also applied in the other places.
Julusian pushed a commit that referenced this issue Jun 11, 2024
inkvolcano added a commit to inkvolcano/client that referenced this issue Sep 22, 2024
commit 73683a4
Author: ServiusHack <[email protected]>
Date:   Tue Jun 11 13:30:07 2024 +0200

    Fix malformed color command CasparCG#293 (CasparCG#314)

commit bb65df8
Author: ServiusHack <[email protected]>
Date:   Tue Jun 11 09:11:31 2024 +0200

    chore: Document Qt requirements (CasparCG#313)

commit e0642dc
Author: Julian Waller <[email protected]>
Date:   Wed Apr 17 17:43:28 2024 +0100

    chore: update github workflows

commit 8d29b4f
Author: Julian Waller <[email protected]>
Date:   Wed Mar 6 09:52:00 2024 +0000

    fix: add missing formats to sql schema

commit 6d74aa3
Author: Julian Waller <[email protected]>
Date:   Wed Feb 21 17:50:26 2024 +0000

    fix: clip time not showing CasparCG/server#1521

commit 028261f
Author: Julian Waller <[email protected]>
Date:   Wed Feb 21 17:27:47 2024 +0000

    fix: target dropdown showing empty when unknown item was selected

commit 58e2267
Author: Julian Waller <[email protected]>
Date:   Tue Jan 9 21:56:41 2024 +0000

    fix: typo in CasparCG#310

commit 5118b0a
Author: Julian Waller <[email protected]>
Date:   Tue Jan 9 21:43:11 2024 +0000

    fix: typo in CasparCG#310

commit 43fab80
Merge: 21cbf4b e128c87
Author: Julian Waller <[email protected]>
Date:   Tue Jan 9 21:35:04 2024 +0000

    Merge pull request CasparCG#310 from amwtech/main

commit 21cbf4b
Author: Julian Waller <[email protected]>
Date:   Tue Jan 9 21:10:30 2024 +0000

    chore: macos code signing

commit e128c87
Author: amwtech <[email protected]>
Date:   Sun Jan 7 15:34:11 2024 +0000

    Add files via upload

commit 67a5c58
Author: Julian Waller <[email protected]>
Date:   Thu Dec 14 00:00:15 2023 +0000

    fix: Playout Command Pause or Resume does not operate CasparCG#301

commit cb28e23
Author: Julian Waller <[email protected]>
Date:   Wed Dec 13 23:58:45 2023 +0000

    fix: OSC control of client Pause/Resume does not function CasparCG#304

commit c79c5ff
Author: Julian Waller <[email protected]>
Date:   Wed Dec 13 23:55:55 2023 +0000

    fix: GPO saved rising/falling configuration does not correctly recall settings at startup CasparCG#305

commit df81415
Author: Julian Waller <[email protected]>
Date:   Wed Dec 13 23:06:15 2023 +0000

    feat: qt6 and update build tooling CasparCG#307

commit 5b5743a
Author: Julian Waller <[email protected]>
Date:   Wed Dec 13 23:21:42 2023 +0000

    wip: delete committed libraries and binaries
inkvolcano added a commit to inkvolcano/client that referenced this issue Sep 23, 2024
commit 73683a4
Author: ServiusHack <[email protected]>
Date:   Tue Jun 11 13:30:07 2024 +0200

    Fix malformed color command CasparCG#293 (CasparCG#314)

commit bb65df8
Author: ServiusHack <[email protected]>
Date:   Tue Jun 11 09:11:31 2024 +0200

    chore: Document Qt requirements (CasparCG#313)

commit e0642dc
Author: Julian Waller <[email protected]>
Date:   Wed Apr 17 17:43:28 2024 +0100

    chore: update github workflows

commit 8d29b4f
Author: Julian Waller <[email protected]>
Date:   Wed Mar 6 09:52:00 2024 +0000

    fix: add missing formats to sql schema

commit 6d74aa3
Author: Julian Waller <[email protected]>
Date:   Wed Feb 21 17:50:26 2024 +0000

    fix: clip time not showing CasparCG/server#1521

commit 028261f
Author: Julian Waller <[email protected]>
Date:   Wed Feb 21 17:27:47 2024 +0000

    fix: target dropdown showing empty when unknown item was selected

commit 58e2267
Author: Julian Waller <[email protected]>
Date:   Tue Jan 9 21:56:41 2024 +0000

    fix: typo in CasparCG#310

commit 5118b0a
Author: Julian Waller <[email protected]>
Date:   Tue Jan 9 21:43:11 2024 +0000

    fix: typo in CasparCG#310

commit 43fab80
Merge: 21cbf4b e128c87
Author: Julian Waller <[email protected]>
Date:   Tue Jan 9 21:35:04 2024 +0000

    Merge pull request CasparCG#310 from amwtech/main

commit 21cbf4b
Author: Julian Waller <[email protected]>
Date:   Tue Jan 9 21:10:30 2024 +0000

    chore: macos code signing

commit e128c87
Author: amwtech <[email protected]>
Date:   Sun Jan 7 15:34:11 2024 +0000

    Add files via upload

commit 67a5c58
Author: Julian Waller <[email protected]>
Date:   Thu Dec 14 00:00:15 2023 +0000

    fix: Playout Command Pause or Resume does not operate CasparCG#301

commit cb28e23
Author: Julian Waller <[email protected]>
Date:   Wed Dec 13 23:58:45 2023 +0000

    fix: OSC control of client Pause/Resume does not function CasparCG#304

commit c79c5ff
Author: Julian Waller <[email protected]>
Date:   Wed Dec 13 23:55:55 2023 +0000

    fix: GPO saved rising/falling configuration does not correctly recall settings at startup CasparCG#305

commit df81415
Author: Julian Waller <[email protected]>
Date:   Wed Dec 13 23:06:15 2023 +0000

    feat: qt6 and update build tooling CasparCG#307

commit 5b5743a
Author: Julian Waller <[email protected]>
Date:   Wed Dec 13 23:21:42 2023 +0000

    wip: delete committed libraries and binaries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants