sh 用于捕获时间推移图像的Python脚本:

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 用于捕获时间推移图像的Python脚本:相关的知识,希望对你有一定的参考价值。

#do apt-get install ffmpeg Then, use this

import time

import picamera

 

VIDEO_DAYS = 1

FRAMES_PER_HOUR = 60

FRAMES = FRAMES_PER_HOUR * 24 * VIDEO_DAYS

 

def capture_frame(frame):

    with picamera.PiCamera() as cam:

        time.sleep(2)

        cam.capture('/home/pi/Desktop/frame%03d.jpg' % frame)

 

# Capture the images

for frame in range(FRAMES):

    # Note the time before the capture

    start = time.time()

    capture_frame(frame)

    # Wait for the next capture. Note that we take into

    # account the length of time it took to capture the

    # image when calculating the delay

    time.sleep(

        int(60 * 60 / FRAMES_PER_HOUR) - (time.time() - start)

以上是关于sh 用于捕获时间推移图像的Python脚本:的主要内容,如果未能解决你的问题,请参考以下文章

sh 用于查找docker图像后代的Shell脚本

sh 用于将图像上传到imgur.com的Shell脚本

sh 用于清除特定日期之前推送的Google Container Registry图像的脚本

sh 用于清除特定日期之前推送的Google Container Registry图像的脚本

用于捕获进程 ID 并在存在时将其终止的 Shell 脚本[重复]

sh Bash进程脚本捕获最佳正常运行时间和ps