diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-07 11:29:24 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-07 11:29:24 +0100 |
commit | 8e16d2e5f4dffea621422a8254fcc9d1bdaefddf (patch) | |
tree | 0fbc87f7356c85d23b7ea5160d12d7feeb1e66a2 /video-ps3eye/module.hpp | |
parent | 6c0791c10c6f342cbf9269fd992b0f941f7652db (diff) |
video/ps3eye: buffer flush
Diffstat (limited to 'video-ps3eye/module.hpp')
-rw-r--r-- | video-ps3eye/module.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video-ps3eye/module.hpp b/video-ps3eye/module.hpp index 73cdf04c..6e0addfc 100644 --- a/video-ps3eye/module.hpp +++ b/video-ps3eye/module.hpp @@ -28,6 +28,7 @@ struct ps3eye_camera final : video::impl::camera shm_wrapper shm { "ps3eye-driver-shm", nullptr, sizeof(ps3eye::shm) }; settings s; frame fr; + int framerate = 30; bool open = false; unsigned timecode = 0; |