Skip to content

Commit

Permalink
Add note about video format
Browse files Browse the repository at this point in the history
  • Loading branch information
eat-sleep-code committed Feb 9, 2024
1 parent b325d9d commit fbb3310
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ camera.zero --rotate 180 --exifFStop 2.2 --exifFocalLength 2.75 --exifFocalLengt
### Trackball Controls
- Scroll left and right to change setting selection:
- Capture Photo
- Capture Video
- Capture Video[^1]
- Shutter Speed
- ISO Setting
- Exposure Compensation
Expand Down Expand Up @@ -114,3 +114,6 @@ awb_auto_is_greyworld=1
> [!IMPORTANT]
> *This application was developed using a Arducam 12MP camera and a Raspberry Pi Zero WH board. This application should also work without issue with Raspberry Pi Zero 2W boards. This application should also work with Raspberry Pi 12MP (2023) and Raspberry Pi HQ (2020) cameras. Issues may arise if you are using either third party or older hardware.*
---

[^1]: Due to licensing restrictions, video is captured with an **.h264** format. To convert the **.h264** file into the more common **.mp4** format, you can execute the following command: `ffmpeg -framerate 30 -i input.264 -c copy output.mp4`
2 changes: 1 addition & 1 deletion install-camera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo apt update

echo ''
echo -e '\033[93mInstalling prerequisites... \033[0m'
sudo apt install -y git python3 python3-pip python3-picamera2 libopenblas-dev libatlas-base-dev daemontools daemontools-run
sudo apt install -y git python3 python3-pip python3-picamera2 libopenblas-dev libatlas-base-dev daemontools daemontools-run ffmpeg
sudo pip3 install piexif RPi.GPIO trackball adafruit-circuitpython-neopixel PiDNG numpy --force --break-system-packages


Expand Down

0 comments on commit fbb3310

Please sign in to comment.