💪Low Code Examples

A collection of App Pops to try for yourself

Here you'll find quick guides to creating App Pops with a variety of use cases. All you need to do is create or edit your pop and enter information as provided and your Pop will be ready for action.

The following guides require you having an App Pop up and running with a 2D Body Pose enabled model selected. If you have yet to do this, follow the steps below, otherwise, continue on to the guides.

Creating an App Pop

1. Poor Posture Counter and Face Obfuscator

Detect the number of times the user hunches into their laptop, while obfuscating their face for privacy. This assumes the camera is pointing towards the user and is close to eye level. Once the nose point of the user is detected to be below the left shoulder, we assume this means the user is hunching forward.

  1. From the dashboard, click Create Pop at the bottom right portion of the page.

  1. Select an Build apps

  1. Name your Pop

  1. Select a 2D Body Points enabled model an

  1. Remove all drawing components and add Pose, Counter, and Posefollow - then you're ready to go.

Guides

1. Poor Posture and Face Obfuscation

Build a quick way to detect how many times a user has hunched towards their laptop. Edit the drawing configuration of your pop as follows:

Counter:

Biggest Person nose above Biggest Person left shoulder
Biggest Person nose below Biggest Person left shoulder

Posefollow: https://raw.githubusercontent.com/64blit/files/main/pose_follow/blur_blue_circle.png

2. Fitness: Bicep Curls

Count the number of curls done, where the left and right wrists go from below the elbow to above the elbow. Simply copy the following into the counter parameter:

Biggest Person left wrist below Biggest Person left elbow
Biggest Person right wrist below Biggest Person right elbow
Biggest Person left wrist above Biggest Person left elbow
Biggest Person right wrist above Biggest Person right elbow

3. Fitness: Jumping Jacks

Count the number of jumping jacks done by the biggest person in the camera frame. Just as the previous two, copy and pase the following into the Counter text box.

Biggest Person left wrist below Biggest Person nose
Biggest Person right wrist below Biggest Person nose
Biggest Person left wrist above Biggest Person nose
Biggest Person right wrist above Biggest Person nose

4. Fitness: Branded Shoulder Press

Add a branded overlay with just a few more lines, as well as lines to help with keeping a good posture. Likewise to the last two examples, copy the following rules into the counter text box. Then, copy the posefollow lines below as well.

Biggest Person left wrist below Biggest Person nose
Biggest Person right wrist below Biggest Person nose
Biggest Person left wrist above Biggest Person nose
Biggest Person right wrist above Biggest Person nose

https://raw.githubusercontent.com/64blit/files/main/pose_follow/gym.png

5. Drowsy Driver

Detect a driver falling asleep by checking the largest person in frame has their nose dip below their ears two times in a row, indicating a simple head bob.

Biggest Person nose above Biggest Person left ear
Biggest Person nose below Biggest Person left ear
Biggest Person nose above Biggest Person left ear
Biggest Person nose below Biggest Person left ear

Last updated