Home
last modified time | relevance | path

Searched refs:frameCount (Results 1 – 3 of 3) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
Dvideo2bin.py10 frameCount = cap.get(cv.CAP_PROP_FRAME_COUNT)
11 print('frame count:', frameCount)
24 percent = pos / frameCount * 100
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
Dimg2code.py23 frameCount = 0 variable
39 global frameCount
40 cv2.imwrite(os.path.join('debug', str(frameCount) + '.png'), frame)
41 cv2.imwrite(os.path.join('debug', str(frameCount) + '-bin.png'), binary)
42 frameCount += 1
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
Dimg2code.py23 frameCount = 0 variable
39 global frameCount
40 cv2.imwrite(os.path.join('debug', str(frameCount) + '.png'), frame)
41 cv2.imwrite(os.path.join('debug', str(frameCount) + '-bin.png'), binary)
42 frameCount += 1