otaku42 / v4l2py

V4L2 python library
GNU General Public License v3.0
0 stars 0 forks source link

Return value of value.setter of class Control #6

Closed otaku42 closed 1 year ago

otaku42 commented 1 year ago

value property setter of class Control uses:

    return set_control(self.device, self.id, value)

which makes no sense since set_control() does not return anything.