You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PyBas3/pre_render/CHRONOPHOTO_CONTEXT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Three blend modes are generated in parallel:
37
37
38
38
1.**Initial approach**: Created chronophoto variations script with different frame counts (3, 5, 7, 10) and selection strategies (sequential, most different, high variance)
39
39
2.**Depth map composites**: Initially tried compositing depth maps onto raw frames, but user wanted raw frame composites only
40
-
3.**Pipeline integration**: Added as separate pass that runs after prerequisite passmes (depth maps, frame loading)
40
+
3.**Pipeline integration**: Added as separate pass that runs after prerequisite passes (depth maps, frame loading)
41
41
4.**Parallelization**: Process blend modes in parallel for efficiency
42
42
5.**Full frame usage**: For long_exposure mode, use ALL frames to get continuous trail effect (not just subset)
-`PyBas3/td_scripts` consumes NDI + score JSONs for TouchDesigner integration.
12
12
13
-
## User Defined Namespaces
14
-
-
15
-
16
13
## Components
17
14
-`MultiPersonDetector` (`PyBas3/mediapipe/multi_person_detector.py`): orchestrates MediaPipe detection, zone filtering, UUID assignment, shared memory writes, and NDI streaming.
18
15
-`ParticipantTracker` (`PyBas3/mediapipe/participant_tracker.py`): computes face-based pHash, matches/creates UUIDs, persists to `participants_db.json`.
0 commit comments