{"id":2574,"date":"2018-11-08T19:03:44","date_gmt":"2018-11-08T10:03:44","guid":{"rendered":"http:\/\/fisherman.jp\/23\/?p=2574"},"modified":"2018-11-28T08:27:14","modified_gmt":"2018-11-27T23:27:14","slug":"%e6%92%ae%e5%bd%b1%e3%81%97%e3%81%9f%e5%86%99%e7%9c%9f%e3%81%ab%e6%97%a5%e4%bb%98%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b%ef%bc%88%e3%82%bf%e3%82%a4%e3%83%a0%e3%82%b9%e3%82%bf%e3%83%b3%e3%83%97%ef%bc%89-p","status":"publish","type":"post","link":"http:\/\/fisherman.jp\/23\/2574","title":{"rendered":"\u64ae\u5f71\u3057\u305f\u5199\u771f\u306b\u65e5\u4ed8\u3092\u5165\u308c\u308b\uff08\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\uff09 picamera"},"content":{"rendered":"<p>\u64ae\u5f71\u3057\u305f\u5199\u771f\u306b\u65e5\u4ed8\u3092\u5165\u308c\u308b\uff08\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u3001\u5199\u3057\u8fbc\u3080\uff09 \u89e3\u50cf\u5ea6 picamera<\/p>\n<pre>import os,datetime as dt,time,picamera\r\n\r\ndef camera(file):\r\n    c= picamera.PiCamera()\r\n    #c.hflip=True\r\n    #c.vflip=True\r\n    #c.rotation=180\r\n    #c.led=False      \r\n    #c.exposure_mode= 'auto' #night beach verylong    \r\n    #c.framerate= 15 #need 15 at max resolution\r\n    c.resolution= (1296,972) #1920x1080,2592x1944,1296x972,1296x730,640x480  \r\n    #c.annotate_background= picamera.Color('black')\t\r\n    c.annotate_text_size= 20 #32,6-160\r\n    c.start_preview()\r\n    time.sleep(5) #5 image,10 video   \r\n    c.annotate_text= dt.datetime.now().strftime('%Y-%m-%d %a %H:%M:%S')\r\n    c.capture(file)\r\n    c.stop_preview()   \r\n    c.close() #power off\r\n\r\nnow=dt.datetime.now() #2018-10-14 12:52:09.571198\r\ndir_cam='\/home\/pi\/cam'\r\ndir_sub='\/{0:%y%m%d%H}'.format(now) #18101412\r\nfile='{0:%y%m%d}_{0:%H%M%S}'.format(now)+'.jpg' #181014_125209.jpg\r\n\r\ntry:\r\n    os.mkdir(dir_cam+dir_sub) #create directory\r\nexcept Exception as e:\r\n    pass #print(e) #error if exist\r\n\r\ncamera(dir_cam+dir_sub+'\/'+file)\r\n<\/pre>\n<p><a href=\"http:\/\/fisherman.jp\/23\/2574\/screenshot-from-2018-11-08-18-48-00\" rel=\"attachment wp-att-2575\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-thumbnail wp-image-2575\" src=\"http:\/\/fisherman.jp\/23\/wp-content\/uploads\/2018\/11\/Screenshot-from-2018-11-08-18-48-00-80x80.png\" alt=\"\" width=\"80\" height=\"80\" \/><\/a><a href=\"http:\/\/fisherman.jp\/23\/2574\/screenshot-from-2018-11-08-19-00-09\" rel=\"attachment wp-att-2577\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-thumbnail wp-image-2577\" src=\"http:\/\/fisherman.jp\/23\/wp-content\/uploads\/2018\/11\/Screenshot-from-2018-11-08-19-00-09-80x80.png\" alt=\"\" width=\"80\" height=\"80\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u64ae\u5f71\u3057\u305f\u5199\u771f\u306b\u65e5\u4ed8\u3092\u5165\u308c\u308b\uff08\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u3001\u5199\u3057\u8fbc\u3080\uff09 \u89e3\u50cf\u5ea6 picamera import os,datetime as dt,time,picamera def camera(file): c= picamera. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33,32],"tags":[],"class_list":["post-2574","post","type-post","status-publish","format-standard","hentry","category-python","category-raspberry-pi"],"_links":{"self":[{"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/posts\/2574","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/comments?post=2574"}],"version-history":[{"count":3,"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/posts\/2574\/revisions"}],"predecessor-version":[{"id":3034,"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/posts\/2574\/revisions\/3034"}],"wp:attachment":[{"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/media?parent=2574"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/categories?post=2574"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/fisherman.jp\/23\/wp-json\/wp\/v2\/tags?post=2574"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}