Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 639 Bytes

BUGS_QUERIES.md

File metadata and controls

12 lines (12 loc) · 639 Bytes

Please don't clear any data of the file, we will maintain it as a Forum Database for someone in nearby future to understand our Code better


1).File Root.py Line 56 and 57 Why a new method called as def setDeviceNumber(self,x): #callback function to set the VideoDeviceNumber self.VideoDeviceNumber=x is used , we are using self.VideoDeviceNumber=x in the init method. And thus if we want to change the value we can change it from there using self instance, please guide Ans :