制造商零件编号 DFR1149
LATTEPANDA MU - A MICRO X86 COMP
DFRobot
License: Attribution Non-commercial LattePanda
As an innovator of AI-integrated home automation and computer vision, Hamilton sought to transcend the constraints of traditional smart home dashboards that, in his opinion, fail to epitomize a genuinely "smart" home. His project aimed at automating domestic actions via AI and computer vision, thereby obviating manual intervention.
Hardware and Software Components
Smart Lights (Lifx and Hue)
Intel Geti
OpenVINO
Python
MQTT
Node-RED
Install the LattePanda Mu onto the carrier board. Typically speaking, using a passive cooler will be helpful for noise reduction. For remote access, a dummy HDMI adapter can simulate a connected screen.
Fig: Lite Carrier Board for LattePanda Mu
Choose either Windows or Ubuntu. You can choose either one; it depends on your usage habits.
Fig: Ubuntu Download Page
Attach the 1080p USB webcam to the LattePanda Mu.
Fig: Webcam Setup
Capture images or videos using a standard video recording app like OBS or a Python script with OpenCV.
Fig: OBS Studio Download Page
Signup for Intel Geti, then create a classification project, add labels (e.g. 'at desk' and 'afk', away from keyboard), and upload the captured data for labeling.
Fig: Intel Geti for Model Training
Export the OpenVINO model and transfer it to the LattePanda Mu. Connect to the camera and initiate inference using the example code or SDK.
https://github.com/openvinotoolkit/geti-sdk?tab=readme-ov-file#deploying-a-project
Fig: Intel Geti Model Zoo Interface
Convert the model's output to a 1 or 0 and publish it over MQTT
Subscribe to the MQTT topic and implement logic to control smart lights.
Oliver chose the LattePanda Mu for its compact size, high computational power, and low power consumption. It allows him to run various AI workloads without incurring high electricity costs or generating excessive heat. Additionally, Mu's name resonated with Hamilton, as he owns a cat named Mu.
The LattePanda Mu has proven instrumental in elevating home automation projects, offering a compact and powerful solution for integrating AI and computer vision into smart home systems. This case study underscores the potential of the LattePanda Mu in developing intelligent and responsive living spaces and serves as a valuable reference for developers, makers, and engineers seeking to augment their home automation setups.