Skip to content

DronaAviation/PlutoCam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluto Camera Live Stream Setup Guide

Prerequisites

Before setting up the Pluto camera live stream, ensure you have the following prerequisites installed on your system:

  • Python (if not installed already)
  • FFmpeg (for your operating system)

Installation Steps

Step 1: Download FFmpeg

Download FFmpeg from one of the following sources:

Step 2: Install FFmpeg

Follow the installation instructions based on your operating system:

Step 3: Install Python

If Python is not installed on your system, download and install it from the official Python website.

Step 4: Install plutocam

Install the plutocam library using pip:

pip install plutocam

Streaming Setup

Step 5: Connect to Pluto Camera

Ensure you are connected to the Pluto camera before proceeding.

Step 6: Start the Stream

Open a terminal and run the following command:

plutocam stream start --out-file - | ffplay -i -fflags nobuffer -flags low_delay -probesize 32 -sync ext -

This command initiates the live stream from the Pluto camera using plutocam and FFmpeg.

Additional Resources

For more information and advanced usage, refer to the Pylwdrone GitHub repository.

Now, you are ready to enjoy live streaming from your Pluto camera!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages