This time-lapse camera was built using the ESP32-CAM. The following components are required.
ESP32-CAMを使って作ったタイムラプスカメラです。以下の部品が必要です。
What to buy
購入するもの
- ESP32-CAM with motherboard
マザーボード付きのESP32-CAM- Use an ESP32-CAM with motherboard to supply power via a USB connector.
USBコネクタを使って電源を供給するために、マザーボード付きのESP32-CAMを使います。
- Use an ESP32-CAM with motherboard to supply power via a USB connector.
- OV2640 camera module with 75 mm cable length, 10 mm diameter and 10 mm height
ケーブル長75mmで直径10mm、高さ10mmのOV2640カメラモジュール- I used the following.
私は以下のものを使いました。
- I used the following.
- Mobile battery
モバイルバッテリー- The one I bought recently could not be used as a power source for a time-lapse camera because the power supply was cut off after a short period of time.
最近購入したものは短時間で電源供給がカットされてしまうため、タイムラプスカメラの電源としては使えませんでした。 - The TS-1219 mobile battery with a company logo that I received a long time ago was not like that and could be used as a power source.
かなり前にもらった企業のロゴ入りのTS-1219というモバイルバッテリーはその様なことがなく、電源として使うことができました。 - It is ironic that the older ones are more useful in such applications.
この様な用途では、古いものの方がかえって役に立つのは皮肉なものです。
- The one I bought recently could not be used as a power source for a time-lapse camera because the power supply was cut off after a short period of time.
- USB cable to connect the mobile battery to the ESP32-CAM
モバイルバッテリーとESP32-CAMを接続するUSBケーブル
What to print
印刷するもの
- case
- lid
- camera_holder
- holder_lid
- TPU_band
- Print in TPU as it is slightly stretched for fixing purposes.
固定用に少し引き延ばして使うのでTPUで印刷してください
- Print in TPU as it is slightly stretched for fixing purposes.
Assembly
組み立て
To assemble the time-lapse camera, use the components pictured below and a mobile battery.
タイムラプスカメラの組み立てには以下の写真の部品とモバイルバッテリーを使います。

Place the ESP32-CAM with motherboard in the case - note the orientation of the USB connector and the micro SD card hole.
ケースにマザーボード付きのESP32-CAMを入れてください。USBコネクタとマイクロSDカードの穴があるので向きに注意してください。

Fit the lid into the case while pulling the camera out through the hole.
穴からカメラを外に出しながら蓋をケースに嵌め込みます。

Hook the camera_holder onto the lid and secure it.
camera_holderを蓋に引っ掛けて固定します。

Put the camera module in the hole in the holder_lid and fit it into the camera_holder.
holder_lidの穴にカメラモジュールを入れてcamera_holderに嵌め込みます。

Fit the TPU_band into the case.
ケースにTPU_bandを嵌め込みます。

Secure the TPU_band to the case by pulling it slightly and turning it the other way. The TPU_band now serves both as a case fixation and as a non-slip device.
TPU_bandを少し引っ張りながら反対側に回してケースに固定します。これでケースがモバイルバッテリーに固定されます。TPU_bandはケース固定の役割と滑り止めの役割を兼ねています。

Changing parameters
パラメータの変更
An archive file created in Autodesk Fusion is attached. On my 3D printer, the lid fits perfectly when the gap is set to 0.2 mm, but if this does not work, try changing the gap value in Fusion.
Autodesk Fusionで作成したアーカイブファイルを添付します。私の3Dプリンタではgapを0.2mmにすると蓋がピッタリとはまったのですが、うまくいかない場合はFusionでgapの値を変えてみてください。

Software
ソフトウェア
The software was created on an Arduino. It uses EloquentEsp32cam as a library, which can be installed using the library manager.
Arduinoでソフトウェアを作成しました。ライブラリとしてEloquentEsp32camを使っているので、ライブラリマネージャーでインストールしてください。

- https://github.com/eloquentarduino/EloquentEsp32cam
- https://eloquentarduino.com
- https://eloquentarduino.com/posts/esp32-cam-quickstart
Select “AI Thinker ESP32-CAM” as board
ボードはAI Thinker ESP32-CAMを選択してください

The time interval between shots is set to 60 seconds. If you want to change this, change the value of CAPTURE_INTERVAL_SEC.
撮影間隔は60秒になっています。変更したい場合はCAPTURE_INTERVAL_SECの値を変更してください。

タグ
モデルソース
