Bitmap nodes

utilities for nodes that output bitmap (image) values.


Aspect bitmap.aspect

adjusts the aspect ratio of a bitmap.


Crop bitmap.crop

crops a bitmap according to fixed values.


Flip & Rotate bitmap.fliprotate

flips and/or rotates a bitmap.


Rate Limiter bitmap.rate

limits the frame rate of a bitmap video output.


MediaPipe Face Landmarker bitmap.mediapipeface

takes bitmap data of a face up close and estimates tracking.

if no face is found up close (e.g. there’s someone in the video but they’re too far away from the camera), this node won’t return results. this node works best to refine subject data, by using it together with the Face Detector node, for example.


MediaPipe Faces bitmap.mediapipefaces

takes bitmap data and detects multiple faces.


MediaPipe Hands bitmap.mediapipehands

takes subject data with bitmap data and detects hands.

hand tracking is still very unstable, but you can use it already for basic gesture recognition through the Scores Match node.


MediaPipe Poses bitmap.mediapipeposes

takes bitmap data and detects multiple bodies.


MoveNet bitmap.movenet

takes bitmap data and estimates body tracking.

this node is less precise than ViTPose, but should run faster.


OpenSeeFace bitmap.openseeface

takes bitmap data and estimates face tracking.


ViTPose bitmap.vitpose

takes bitmap data and estimates body tracking.

this node is heavier than MoveNet, but should be more precise.