Files
VideoPipe/nodes/ba/README.md
2026-06-03 12:43:14 +08:00

5 lines
707 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## tips for BA node ##
- behaviour analysisshort as BA works dependently on tracking, all BA nodes Must attached after track node in pipeline.
- all types of BA nodes support multi-channel, single instance of BA node supports multi channels as input.
- all BA nodes can be divided into 2 categories, one is instantaneous(like crossline) and another one is continuous(like stop, jam). `vp_ba_type` contains pair member for continuous BA such as `STOP` and `UNSTOP`, which means target enter BA status and leave BA status.
- there is no flag of BA inside `vp_frame_target` type, all nodes in pipeline need maintain it by themself if they want to know BA status for some task(like counter for crossline).