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

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

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

        # disable fog
        glDisable(GL_FOG)
        self.is_cloudy = False
예제 #4
0
 def stop(self):
     Feature.stop(self)
     self.background_image = np.array([])
예제 #5
0
 def stop(self):
     Feature.stop(self)
     self.background_image = np.array([])
예제 #6
0
파일: weather.py 프로젝트: drat/SaltwashAR
 def stop(self):
     Feature.stop(self)
     
     # disable fog
     glDisable(GL_FOG)
     self.is_cloudy = False