PitchHut logo
Halovision-INSPEC
by iamcoder
Detect eye movements during REM sleep for lucid dreams.
Pitch

Halovision-INSPEC is an innovative night-vision smart camera designed to detect eye movements during REM sleep. By triggering audio and visual alerts, it encourages users to achieve lucidity in their dreams. Ideal for those seeking to enhance their dream experiences, it integrates seamlessly with the Lucid Scribe app.

Description

Halovision-INSPEC is an innovative night-vision smart camera designed specifically to detect eye movements during REM sleep. By capturing these movements, the device triggers audio and visual alerts, aiding users in achieving lucidity in their dreams.

INSPEC

INSPECs

Compatible Applications

Halovision-INSPEC seamlessly integrates with the following applications:

Documentation

Detailed guides and documentation are available to set up and optimize the Halovision-INSPEC system:

Webhook API

Halovision-INSPEC also provides a robust webhook API that allows users to integrate with other systems. To start the webhook API server, the following commands can be used:

cd api
python webhook_server.py

To demo the webhook, run:

cd api
python webhook_demo.py

Refer to the Interfaces documentation for a comprehensive list of API endpoints.

Accessories

A convenient accessory is available for the camera: 3D Printable Case with Flexible Tripod - simply print, assemble, insert the camera, and start using it immediately.

Firmware Build

To build the firmware for Halovision-INSPEC, the following steps must be followed:

  1. Install build dependencies:
sudo apt-get update
sudo apt-get install git build-essential
  1. Install the GNU ARM toolchain:
TOOLCHAIN_PATH=${HOME}/cache/gcc
TOOLCHAIN_URL="https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz"
mkdir -p ${TOOLCHAIN_PATH}
wget --no-check-certificate -O - ${TOOLCHAIN_URL} | tar --strip-components=1 -Jx -C ${TOOLCHAIN_PATH}
export PATH=${TOOLCHAIN_PATH}/bin:${PATH}
  1. Build the firmware:
cd firmware
make -j$(nproc) -C src/micropython/mpy-cross
make -j$(nproc) TARGET=OPENMV_INSPEC -C src

Halovision-INSPEC brings cutting-edge technology to the pursuit of enhanced dream experiences.

0 comments

No comments yet.

Sign in to be the first to comment.