Skip to content

Instantly share code, notes, and snippets.

# @anoken2017
# demo_face_recognition m5-custom firm needed
# fork https://github.com/sipeed/MaixPy_scripts/blob/master/machine_vision/demo_face_recognition.py
# 参考 #M5StickV でお顔認証する手順 https://qiita.com/nnn112358/items/ef3435d113c03d44d574
import sensor,image,lcd #関連ライブラリ
import KPU as kpu
import time
from Maix import FPIOA,GPIO,utils
from fpioa_manager import fm
@kirurobo
kirurobo / AtomBleButton.ino
Created November 22, 2020 09:28
ATOM LiteのBluetoothで、AndroidのGoogleアシスタント起動ボタン
#include <BleKeyboard.h>
#include "M5Atom.h"
// ATOM Lite で、Google アシスタント 起動ボタン
//
// Usage:
// 1. 起動すると「ESP32 BLE Keyboard」として現れるので、端末でペアリングしておく
// 2. キーボードとしてペアリングでされていればLEDは青になる
// 3. ボタンを押すと、Googleアシスタントが反応する、はず。
//
@kirurobo
kirurobo / TransparentWindow.cs
Created February 16, 2019 09:11 — forked from wakagomo/TransparentWindow.cs
Transparent Window for Unity
///
/// Copyright (c) 2019 wakagomo
///
/// This source code is released under the MIT License.
/// http://opensource.org/licenses/mit-license.php
///
using UnityEngine;
using System;