Beispiel #1
0
    def stop(self):
        Feature.stop(self)
        
        self.background_image = np.array([])

        if self.video_capture.isOpened():
            self.video_capture.release()
Beispiel #2
0
    def stop(self):
        Feature.stop(self)
        
        self.background_image = np.array([])

        if self.video_capture.isOpened():
            self.video_capture.release()
Beispiel #3
0
    def stop(self):
        Feature.stop(self)

        # disable fog
        glDisable(GL_FOG)
        self.is_cloudy = False
Beispiel #4
0
 def stop(self):
     Feature.stop(self)
     self.background_image = np.array([])
Beispiel #5
0
 def stop(self):
     Feature.stop(self)
     self.background_image = np.array([])
Beispiel #6
0
 def stop(self):
     Feature.stop(self)
     
     # disable fog
     glDisable(GL_FOG)
     self.is_cloudy = False