Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
H A Dvideo2bin.py23 frameCount = cap.get(cv.CAP_PROP_FRAME_COUNT)
24 print('frame count:', frameCount)
37 percent = pos / frameCount * 100
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
H A Dimg2code.py36 frameCount = 0 variable
52 global frameCount
53 cv2.imwrite(os.path.join('debug', str(frameCount) + '.png'), frame)
54 cv2.imwrite(os.path.join('debug', str(frameCount) + '-bin.png'), binary)
55 frameCount += 1
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
H A Dimg2code.py37 frameCount = 0 variable
53 global frameCount
54 cv2.imwrite(os.path.join('debug', str(frameCount) + '.png'), frame)
55 cv2.imwrite(os.path.join('debug', str(frameCount) + '-bin.png'), binary)
56 frameCount += 1

Completed in 2 milliseconds