Add separate pair camera configs

This commit is contained in:
2026-06-24 20:01:12 +02:00
parent 2ba0aeb3e9
commit 04ff829a9b
3 changed files with 26 additions and 4 deletions
+8 -1
View File
@@ -265,7 +265,8 @@ add `SxCP Qwen Camera Translator` after it:
The translator accepts the Qwen labels such as `front-right quarter view`,
`eye-level shot`, and `medium shot`, then emits the same `camera_config` format
as the native camera nodes.
as the native camera nodes. `suppress_phone_visibility` is enabled by default so
generic Qwen camera views do not add `phone hidden` or other phone wording.
`SxCP Caption Naturalizer` rewrites tag-like captions or labeled prompts into
more natural language. Connect the prompt builder's `metadata_json` output to
@@ -374,6 +375,9 @@ hardcore defaults to `from_camera_config`, which emits no camera sentence unless
a camera config is connected or you select an explicit hardcore camera mode.
For stronger camera control, connect `SxCP Camera Control` or
`SxCP Camera Orbit Control` to the pair node's optional `camera_config` input.
For different softcore and hardcore camera views, connect separate camera
configs to `softcore_camera_config` and `hardcore_camera_config`; those override
the shared `camera_config` for their side.
Options:
@@ -414,6 +418,9 @@ Options:
separate base camera mode for the hardcore output. `from_camera_config` is
neutral with no connected camera config, and uses `SxCP Camera Control` or
`SxCP Camera Orbit Control` when one is connected.
- Pair camera inputs: use shared `camera_config` for one camera on both sides,
or use `softcore_camera_config` and `hardcore_camera_config` for two separate
Qwen/Orbit camera controls.
- `camera_detail`: `from_camera_config`, `off`, `compact`, or `full` for the
pair prompt camera text. Use `from_camera_config` with `SxCP Qwen Camera
Translator` so the translator's own detail setting is preserved.