henry-ajere / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

pspcam #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use OpenCV face detection (through video capture) to check when the programmer 
is "really working" facing the IDE.

This is needed to accurately track interruptions for the PSP time recording log.

The module also need to check if we're the focused top level window (if not, 
the user could be interacting with other tools, so not directly working on the 
PSP project).

Original issue reported on code.google.com by reingart@gmail.com on 19 Oct 2014 at 7:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Camera sensor pane was added in rev c1f075151d95 and some buffering problems 
where fixed in rev 8e1829e34a56

PSP interruption logic was refactored in revision f7f17e9f2e95 and improved in 
revision 43ac0666a7fa and revision 710e3317d31a

Off-task time category was added to track when the ide is not active / focused 
according the  "The Personal Software ProcessSM (PSPSM) Body of Knowledge, 
Version 2.0" (revision 3addb3de94c1)

Also there where other commits with minor fixes and unrelated adjustments.

Original comment by reingart@gmail.com on 27 Oct 2014 at 3:11