just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revisions of simpleLaserRenderer.cpp

Revision Date Message Actions
46:90516893793a 2014-04-01 added show parameters function to calibrate (including integration steps) File  Diff  Annotate
45:a3b984a79d5d 2014-04-01 working on tracking mode; File  Diff  Annotate
44:46e25fa1669b 2014-03-31 This new version works pretty well, even if the following blob is not as nice as in elasticLoop_OSC. New: fraction rendering / first point wait solved (more regular rendering) / better delay calibration. File  Diff  Annotate
30:d8af03f01cd4 2012-09-21 first commit. Not yet functional. Added ghost and pacman game modes, but the behaviour of these "rigid spots" is not implemented yet File  Diff  Annotate
27:1ce994629ffc 2012-06-18 new weird mode ad hoc, with wrong time delay so it produces blue spots along the contour (for a reason I still don't understand) File  Diff  Annotate
26:c9329c4fc20a 2012-06-18 still some color problems - cannot change the green from command File  Diff  Annotate
25:74cb85b85fd2 2012-06-18 corrected some mistakes on color control; File  Diff  Annotate
17:356ca5690a59 2012-04-28 will modify things for CHI exhibition. In particular, define simple modes, with different data sending times; File  Diff  Annotate
16:2ff1cb2ae1b1 2012-04-13 works pretty well with up to 12 bouncing/follwong spots!!; - will now correct the display routine to avoid having redundant drawing when there is only one spot;; - also, in case of multiple spots, instead of WAITING for the first point, we can just SWITC... File  Diff  Annotate
15:56a0bf424e8d 2012-04-12 this is not bad, but still two or more spots produce problems. Need to re-trace TWICE a spot - or do like before, do a little more of it's trajectory. File  Diff  Annotate
14:0fc33a3a7b4b 2012-04-12 checking old version, need to branch File  Diff  Annotate
13:9f03eac02700 2012-04-12 I have modified the way the rendering / update / draw work by adding a point counter, NOT a double buffer. I think this may solve the problem of the acquisition - but I don't really care about the problem of the not perfect display ("vertical synch" li... File  Diff  Annotate
10:6f8e48dca1bd 2012-04-11 a tester avec le vrai hardware!! (plein de modif sur l'acquisition de l'intensite... unsigned short instead of float) File  Diff  Annotate
9:3321170d157c 2012-04-11 I will use an unsigned short to store the intensity instead of a float File  Diff  Annotate
7:0df17f3078bc 2012-04-07 working contour following and bouncing. The blob mode is not so nice now, but this is because the UPDATE TIME should be a funciton of the number of points and the complexity of update (very simple in case of bouncing/contour following for rigid loops, ... File  Diff  Annotate
6:444859c27e78 2012-04-05 solved one problem related to the initialization of the positions, so now the "relax contract central blob" works as before.; - strange first point; - still did not try the strange problem with the variable on the class laser sensing trajectory (required... File  Diff  Annotate
5:73cd58b58f95 2012-04-05 Something very strange happens in the class laserSensingTrajectory: adding a:; float lightRatio; as member variable makes the blob dissapear... File  Diff  Annotate
4:f9d364f10335 2012-04-04 - the new optimized laser output buffer has not been tested, but it compiles; - I am commiting here, because I am planning to change the structure of the classes: soundSpot will not contain an object of type classLaserSensingTrajectory, but be a CHILD o... File  Diff  Annotate
3:b44ff6de81bd 2012-04-02 working but needs a lot of calibration and optimization. In particular the laser renderer - I am going to modify it, that's why I commit now. File  Diff  Annotate
1:a4050fee11f7 2012-03-31 new scorelight methods added. VERY STRANGE problem with oldPos and pos in Verlet method, that have strange behaviour depending on the value of damp factor... File  Diff  Annotate
0:345b3bc7a0ea 2012-03-28 This version (using rigid frame, base and child classes, etc) works, but the blob is strangely smaller. Need to check this. File  Diff  Annotate