chirimen-oh / chirimen

CHIRIMEN for Raspberry Pi
https://chirimen.org/chirimen/
13 stars 17 forks source link

ジェスチャーセンサーの説明を追記 #89

Open dynamis opened 4 years ago

dynamis commented 4 years ago

PAJ7620U2, APDS9960 の 2 センサーに対応しているがそれぞれ対応するジェスチャーが異なる。

PAJ7620U2 はジェスチャー専用で上下左右のスワイプ以外に近づく離れる時計回り反時計回りに対応しているが APDS9960 はどうも上下左右スワイプに限るっぽい (その代わりRGB カラーや環境光などプリミティブ?な値も得られる):

https://learn.adafruit.com/adafruit-apds9960-breakout

Our interface library can detect directional gestures (left to right, right to left, up to down, down to up), but in theory more complicated gestures like zig-zag, clockwise or counterclockwise circle, near to far, etc. could also be detected with additional code.

サポートデバイスの説明としてその辺りは書いておいた方がよさそう。