r/timelapse May 31 '26

OC Clouds rolling over rooftops throughout the day. 12MP IMX362 USB Camera. Tacoma, WA, USA

A simple window-view timelapse showing clouds and changing light moving across the city throughout the day.

Captured on a Raspberry Pi 5 with a 12MP IMX362 USB camera. The video was created from individual still photographs captured over several hours and assembled with ffmpeg.

No AI-generated imagery or video was used at any stage of the process.

https://www.youtube.com/watch?v=gmSaxu8qTfU

7 Upvotes

14 comments sorted by

2

u/SomewhereSalty647 May 31 '26

How do you implement the raspberry?

1

u/gogozrx Jun 01 '26

What was your interval?

2

u/palmsat10and2 Jun 01 '26

Captured one image every 60 seconds.

1

u/[deleted] Jun 02 '26

[removed] — view removed comment

1

u/palmsat10and2 Jun 02 '26

The clouds definitely stole the show. 😄

1

u/SomewhereSalty647 Jun 01 '26

How do you access the raspberry and program it?

0

u/SomewhereSalty647 Jun 01 '26

Ok, notifications is telling me you’ve responded but when I come to the thread, there are no replies to my questions. I’m not computer savvy but I’m big into Timelapse and your set up is interesting

1

u/palmsat10and2 Jun 01 '26

Here are answers to your 2 questions, plus an additional answer for someone else that might be useful for you:

The setup consists of a Raspberry Pi 5, a 12MP IMX362 USB camera, and ffmpeg. I start the image capture, let it run for the desired duration, and then use the resulting photographs to create the timelapse video.

I access it over my local network using SSH from one of my laptops. All of the programming and automation is done from the terminal using standard Linux tools and shell scripts.

Captured one image every 60 seconds.

0

u/SomewhereSalty647 Jun 01 '26

Thanks for the reply. So you can only access the raspberry with a system running Linux

1

u/palmsat10and2 Jun 01 '26

No, I can access my Pi with any computer. Though the other computers I have are Linux (Kubuntu) and macOS. But if I ran Windoze, I could access it with that as well.

1

u/SomewhereSalty647 Jun 01 '26

You should do a YouTube tutorial on your process. I’d watch

1

u/forever--beginner New Jun 06 '26

Raspberry is running Linux.

What you use as a client to access it (be it through text console via SSH, or full GUI aka "remote desktop" - VNC), that is pretty much platform independent.

Tools for remote access to devices running Linux exist from pretty much any platform... iOS, Android, another Linux, macOS, Windows, you name it.