diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-08 06:05:45 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-08 06:05:45 +0100 |
commit | 8babfb4caff1c32d74a4f58d28eba13bd3b23f21 (patch) | |
tree | 9b0a8f4f847bfe41a7ada02b67b00fe0972aa1d7 /video-ps3eye/wrapper.cxx | |
parent | 98502444b0c5881797e4833ee1fc79388b94ba82 (diff) |
video/ps3eye: copy from memory mapping
Diffstat (limited to 'video-ps3eye/wrapper.cxx')
-rw-r--r-- | video-ps3eye/wrapper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video-ps3eye/wrapper.cxx b/video-ps3eye/wrapper.cxx index 291f3e8f..eca8968d 100644 --- a/video-ps3eye/wrapper.cxx +++ b/video-ps3eye/wrapper.cxx @@ -26,7 +26,6 @@ static void error(volatile ps3eye::shm_out& out, const char (&error)[N], const x static void update_settings(ps3eye::camera& camera, const volatile ps3eye::shm_in& in) { - // TODO //camera.set_framerate(in.framerate); camera.set_auto_gain(in.auto_gain); camera.set_gain(in.gain); |