Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

RTSP and RPi Bookworm

Hardware/software/hints and tips/discussion/webcam links etc
Nottub
Posts: 201
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: RTSP and RPi Bookworm

Post by Nottub »

Thank you Simon. :D

I’ll be sure to post back on my results. :!:

I am tackling the errors/ issues line by line. So the imagemagick convert will come later.

As ever on this forum thanks for sharing your knowledge.


Martyn
Image
User avatar
ConligWX
Posts: 1635
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 24.04 LTS
Location: Bangor, NI
Contact:

Re: RTSP and RPi Bookworm

Post by ConligWX »

no problem. some of the text values have pixel values. start and end of lines etc depending on the size of your rtsp image too. it will take time to get it correct. but should be able to help with that once we have a image captured.
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
Nottub
Posts: 201
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: RTSP and RPi Bookworm

Post by Nottub »

Hi,

Partial success. I can run the Bash script to generate a snapshot(with a couple of errors, in addition to the code I haven't amended as yet), and save it to my Pictures folder.

The resultant terminal screen opens with all the ffmpeg details first, then shows all the additional steps taken to follow the script. :o

The error: :?:

Code: Select all

[image2 @ 0x55bcf67630] The specified filename '/home/pi2/Pictures/scene.jpeg' does not contain an image sequence pattern or a pattern is invalid.
[image2 @ 0x55bcf67630] Use a pattern such as %03d for an image sequence or use the -update option (with -frames:v 1 if needed) to write a single image.
Oh and it doesn't seem to like a .jpg extension but works with .jpeg. :?

I'll plod through amending the rest of your code amending to suit my circumstances later.
Also introduce myself to running a CRON job to automate these updates.

Thanks for helping out.

Martyn
Image
User avatar
ConligWX
Posts: 1635
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 24.04 LTS
Location: Bangor, NI
Contact:

Re: RTSP and RPi Bookworm

Post by ConligWX »

Nottub wrote: Fri 19 Apr 2024 8:59 am
The error: :?:

Code: Select all

[image2 @ 0x55bcf67630] The specified filename '/home/pi2/Pictures/scene.jpeg' does not contain an image sequence pattern or a pattern is invalid.
[image2 @ 0x55bcf67630] Use a pattern such as %03d for an image sequence or use the -update option (with -frames:v 1 if needed) to write a single image.
Oh and it doesn't seem to like a .jpg extension but works with .jpeg. :?

Thanks for helping out.

Martyn
it maybe a difference in ffmpeg versions I guess or compiled modules perhaps. the command line values maybe slightly different.
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
Nottub
Posts: 201
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: RTSP and RPi Bookworm

Post by Nottub »

ConligWX wrote: Fri 19 Apr 2024 9:57 am
Nottub wrote: Fri 19 Apr 2024 8:59 am
The error: :?:

Code: Select all

[image2 @ 0x55bcf67630] The specified filename '/home/pi2/Pictures/scene.jpeg' does not contain an image sequence pattern or a pattern is invalid.
[image2 @ 0x55bcf67630] Use a pattern such as %03d for an image sequence or use the -update option (with -frames:v 1 if needed) to write a single image.
Oh and it doesn't seem to like a .jpg extension but works with .jpeg. :?

Thanks for helping out.

Martyn
it maybe a difference in ffmpeg versions I guess or compiled modules perhaps. the command line values maybe slightly different.
Happy so far Simon :clap:

I'll be looking at a CRON job next.

Thank you ;)

Martyn
Image
Nottub
Posts: 201
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: RTSP and RPi Bookworm

Post by Nottub »

Simon,
you can also use ffmpeg to create a timelapse video is your want to with another script I have.
If you’re still willing to send the Timelapse code, I’d love to have a go.

Many thanks again.

Martyn
Image
Nossie
Posts: 364
Joined: Tue 16 Aug 2022 8:01 pm
Weather Station: Ecowitt 2551
Operating System: Raspberry Pi5 Debian Bookworm
Location: Stewarton, East Ayrshire UK
Contact:

Re: RTSP and RPi Bookworm

Post by Nossie »

I haven't really looked at overlays for a while, but this is really useful - thanks!
Ian.

http://www.StewartonWeather.com
Containerised Cumulus[MX] 3.28.0 (build: 3269) ● CumulusUtils Version 6.23.0● Ecowitt 2551/WH65/T&HP/WH57/WH45/3x WH51 ● Pi 5 8GB ● Debian Bookworm ● Ubuntu Server Host
User avatar
ConligWX
Posts: 1635
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 24.04 LTS
Location: Bangor, NI
Contact:

Re: RTSP and RPi Bookworm

Post by ConligWX »

Nottub wrote: Fri 19 Apr 2024 4:23 pm Simon,
you can also use ffmpeg to create a timelapse video is your want to with another script I have.
If you’re still willing to send the Timelapse code, I’d love to have a go.

Many thanks again.

Martyn
just rename the timelapse.txt to timelapse.sh

this is an old script I had many years ago. I dont however use it now but it was working.
You do not have the required permissions to view the files attached to this post.
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
Nottub
Posts: 201
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: RTSP and RPi Bookworm

Post by Nottub »

ConligWX wrote: Fri 19 Apr 2024 10:44 pm
Nottub wrote: Fri 19 Apr 2024 4:23 pm Simon,
you can also use ffmpeg to create a timelapse video is your want to with another script I have.
If you’re still willing to send the Timelapse code, I’d love to have a go.

Many thanks again.

Martyn
just rename the timelapse.txt to timelapse.sh

this is an old script I had many years ago. I dont however use it now but it was working.
Many thanks Simon, i'll be sure to take a look at this. ;)

BTW I did create a CRONJOB for the webcam capture script you provided and it worked a treat, updating every two minutes. 8-)
https://www.calvertoncam.co.uk/weather/overlay

Many thanks

Martyn
Image
User avatar
ConligWX
Posts: 1635
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 24.04 LTS
Location: Bangor, NI
Contact:

Re: RTSP and RPi Bookworm

Post by ConligWX »

nice you, just gotta add it to the cmx template as a page:)

https://www.conligwx.org/webcam.htm

I dont however use the htm cmx template. I prefer Niel's Reworked default website template as its just more appealing.

https://www.conligwx.org/webcam.html
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
Post Reply