After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710771 - Implement frame rate as a setting
Implement frame rate as a setting
Status: RESOLVED WONTFIX
Product: mousetrap
Classification: Other
Component: General
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: mousetrap-maint
mousetrap-maint
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2013-10-24 01:16 UTC by Logan H
Modified: 2018-08-17 19:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to implement frame rate as a setting (4.51 KB, patch)
2013-12-05 16:17 UTC, Roland
rejected Details | Review

Description Logan H 2013-10-24 01:16:16 UTC
Frame rate should be implemented as a setting. The current system specifies a set frame refresh rate of 150ms. This setting may be too low for some systems, or too high for others. 

During testing it has been necessary to adjust this rate frequently on different machines, and doing so requires making changes to the code, and re-running make install. This should be a simple change, and shouldn't require accessing the code.
Comment 1 Roland 2013-12-05 16:16:28 UTC
This bug has been fixed. Some code within multiple documents has been edited. This is not a live update implementation; however it does save and load from the configuration file, (load is on restart of mousetrap). This may need minor editing when live updates are implemented. The fastest frame rate is 100ms per wait until capture. Default is set to 3(with math 3*50+50=200ms).Test Case:System and Hardware: Fedora 18, Gateway NV53A standardModify frame rate: Increasing or decreasing the value in the camera tab in the preferences menu and clicking apply will change the settings value in the configuration file. The lower the number the faster the frame rate, the higher the number the slower the frame rate. Mousetrap must be restarted for the new settings to be implemented.To reproduce:Open mousetrap, click preferences menu. Then click on the camera tab and increase or decrease the value. Finally, click ok or apply and restart mousetrap.Result:The frame rate should now be changed.
Comment 2 Roland 2013-12-05 16:17:13 UTC
Created attachment 263605 [details] [review]
patch to implement frame rate as a setting
Comment 3 Stoney Jackson 2014-12-16 01:47:42 UTC
Review of attachment 263605 [details] [review]:

Patch is stale, and no longer applies to gnome3-wip branch.
Comment 4 Stoney Jackson 2015-06-17 16:56:57 UTC
Resetting assignee since I don't think Roland is working on this any more. If I'm wrong Roland, please feel free to reassign.
Comment 5 André Klapper 2018-08-17 19:45:21 UTC
mousetrap is not under active development anymore since 2015.
Its codebase has been archived:
https://gitlab.gnome.org/Archive/mousetrap/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Please feel free to reopen this ticket (or rather transfer the project
to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the
responsibility for active development again.