Hello,
I plan to build a sensing interface to track the position of one hand in a virtual cube with edges of 30 cm. The purpose is to control a musical setup hence precision and reactivity are seeked.
I have thought about four setups described below but I don't know which one to choose. Comments and also answers to the questions would be highly appreciated.
Setup #1
Tracking technique: two IR emitters on the palm of the hand and an array of IR receivers on the table. The vertical position would be found with the global strength of the received signal and the XY position would be found according to the receivers having the strongest signals.
Advantages:
- should react very quickly
- the presence of two emitters adds the possibility to track the orientation too
- the installation of the emitter on the hand suppresses risks of interferences with the wrist in the detection
Drawbacks: must wear a glove connnected to the board
Questions: is there a risk of interferences with ambient light ? In this case could the replacement of IR with a specific color (blue, green) help ?
Setup #2
Tracking technique: array of IR Sharp optical triangulation sensors on the table. The sensors report the vertical position directly and the XY position can be calculated with the peaks in the sensed data.
Advantages:
- should react quickly (at least with some models of Sharp sensors) but not as fast than with regular IR sensors
- nothing has to be attached to the hand
- the Sharp sensors are known to be immune against interferences of ambient light
Drawbacks: wrist will be sensed too hence the reported Y position might be wrong.
Questions: can the wrist become invisible by wearing black clothes ?
Setup #3
Tracking technique: four ultrasonic distance sensors are placed in the four corners of a 30 per 30 cm square on the table, directed to the center of the virtua square and upwards.
Advantages:
- only four sensors needed
- nothing has to be attached to the hand
Drawbacks:
- wrist will be sensed for sure hence the reported Y position might be wrong.
- the necessary synchronization of the four ultrasonic sensors will make the sensing period very long (around 40 ms) thus this setup won't be as reactive as #1, #2 and even #4
Questions:- isn't there any risk of serious non-linearities at the sides and close to the sensors even if they are oriented diagonally ?
- is it dangerous for the ears to stay close (circa 50 cm) to the ultrasonic transceivers for long periods ?
Setup #4
Tracking technique: one ultrasonic emitter is set on the palm of the hand and four ultrasonic receivers are placed in the four corners of a 30 per 30 cm square on the table, directed vertically. The duration of the travel between the emitter and each receivers is used to calculate the XYZ position.
Advantages:
- only four sensors needed
- the installation of the emitter on the hand suppresses risks of interferences with the wrist in the detection
- the four ultrasonic receivers can receive simultaneously therefore the sensing period is much shorter than in setup #3
Drawbacks: must wear the emitter on the palm so it might be a bit problematic if the hand has to perform operations on other controllers during the concert.
Questions: is it dangerous for the ears to be at a distance of circa 50 cm to the ultrasonic emitter for long periods ?
Currently setups #1 and #4 appear to me as the best solutions at first sight. I know setup #2 has been used in an existing device so it's feasible.
Thank you for helping.