Skip to content

Commit 21f4478

Browse files
authored
Update README.md
1 parent 5f96c23 commit 21f4478

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
### *"A motion capture suite made out of light"*.
33

44
**Quick links**:
5+
1. A Python script that can be used to capture and save infrared frames from the D400-series Intel RealSense cameras is available [here](code/RealSense/D400_frame_capture.py). Additionally, a companion script that analyzes the metadata file generated by the frame capture script can be found [here](code/RealSense/meta_file_processing.py). The metadata file contains information about each captured frame, including its frame number and timestamp. The companion script identifies any gaps in the sequence of frame numbers (indicating dropped frames), calculates the effective frame rate (FPS), and provides a detailed report on frame continuity and performance. Instructions for these scripts are available [here](code/RealSense/Instructions%20for%20the%20%22D400_frame_capture.py%22.md) and [here](code/RealSense/Instructions%20for%20the%20%22meta_file_processing.py%22.md), respectively.
56

6-
1. [GitHub] [ALT technology based pulse and respiration monitoring using Intel RealSense cameras.](/code/RealSense/README-RealSense.md)
7+
2. [GitHub] [ALT technology based pulse and respiration monitoring using Intel RealSense cameras.](/code/RealSense/README-RealSense.md)
78

8-
2. [LinkedIn, you need to be logged in] [ALT technology based non-contact vital signs monitoring on mobile devices: an iPad + Structure Sensor example.](https://www.linkedin.com/pulse/non-contact-vital-signs-monitoring-mobile-devices-ipad-misharin/)
9+
3. [LinkedIn, you need to be logged in] [ALT technology based non-contact vital signs monitoring on mobile devices: an iPad + Structure Sensor example.](https://www.linkedin.com/pulse/non-contact-vital-signs-monitoring-mobile-devices-ipad-misharin/)
910

10-
3. [Medium] [Articles on Medium related to contactless sleep monitoring using ALT tech.](https://medium.com/@thetechnomage/table-of-contents-80dea07a42e1)
11+
4. [Medium] [Articles on Medium related to contactless sleep monitoring using ALT tech.](https://medium.com/@thetechnomage/table-of-contents-80dea07a42e1)
1112

1213
A [video](https://youtu.be/EyW02wkQVjU) (YouTube; **Tip**: set the video playback parameters to 1440p60 for this video for better video quality) from one of the [articles on Medium](https://medium.com/@thetechnomage/breathing-in-my-sleep-from-ok-to-ugly-an-example-of-a-mostly-ok-case-c7abd94a75e1) showcasing the use of ALT tech for monitoring respiration during sleep. **A screenshot from the video**:
1314
![An example of using the ALT tech to monitor respiration during sleep](/figures/sleep-monitoring-example.png)

0 commit comments

Comments
 (0)