-
Notifications
You must be signed in to change notification settings - Fork 2k
Split out camera documentation v2 #2673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aallan
merged 9 commits into
raspberrypi:camera_branch_v2
from
naushir:camera_branch_v2
Oct 28, 2022
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
db32c49
Restructure camera documentation
naushir 063c3ca
camera: Update maximum exposure times
naushir 1c5138e
camera: Update sensor module table
naushir 32c1ddf
camera: Remove "Software Features" section
naushir 7af6aff
camera: Remove unused introduction.adoc
naushir ef2056b
camera: Minor updates to the camera guide
naushir c38a1e6
camera: Remove duplicate HQ camera filter removal section
naushir 528ae17
camera: Move all legacy Raspicam sections to the end of the document
naushir 5e768b4
camera: Some minor review tidy-ups
naushir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,3 @@ | ||
include::camera/camera_usage.adoc[] | ||
|
||
include::camera/camera_hardware.adoc[] | ||
|
||
include::camera/libcamera_apps_intro.adoc[] | ||
|
||
include::camera/libcamera_apps_getting_started.adoc[] | ||
|
||
include::camera/libcamera_hello.adoc[] | ||
|
||
include::camera/libcamera_jpeg.adoc[] | ||
|
||
include::camera/libcamera_still.adoc[] | ||
|
||
include::camera/libcamera_vid.adoc[] | ||
|
||
include::camera/libcamera_apps_libav.adoc[] | ||
|
||
include::camera/libcamera_raw.adoc[] | ||
|
||
include::camera/libcamera_detect.adoc[] | ||
|
||
include::camera/libcamera_options_common.adoc[] | ||
|
||
include::camera/libcamera_options_still.adoc[] | ||
|
||
include::camera/libcamera_options_vid.adoc[] | ||
|
||
include::camera/libcamera_differences.adoc[] | ||
|
||
include::camera/libcamera_apps_post_processing.adoc[] | ||
|
||
include::camera/libcamera_apps_post_processing_opencv.adoc[] | ||
|
||
include::camera/libcamera_apps_post_processing_tflite.adoc[] | ||
|
||
include::camera/libcamera_apps_post_processing_writing.adoc[] | ||
|
||
include::camera/libcamera_apps_multicam.adoc[] | ||
|
||
include::camera/libcamera_apps_packages.adoc[] | ||
|
||
include::camera/libcamera_apps_building.adoc[] | ||
|
||
include::camera/libcamera_apps_writing.adoc[] | ||
|
||
include::camera/libcamera_python.adoc[] | ||
|
||
include::camera/libcamera_3rd_party_tuning.adoc[] | ||
|
||
include::camera/libcamera_known_issues.adoc[] | ||
|
||
include::camera/libcamera_apps_getting_help.adoc[] | ||
|
||
include::camera/raspicam.adoc[] | ||
|
||
include::camera/timelapse.adoc[] | ||
|
||
include::camera/gstreamer.adoc[] | ||
|
||
include::camera/qt.adoc[] | ||
|
||
include::camera/v4l2.adoc[] | ||
|
||
include::camera/csi-2-usage.adoc[] | ||
|
||
include::camera/hqcam_filter_removal.adoc[] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 0 additions & 52 deletions
52
documentation/asciidoc/accessories/camera/camera_usage.adoc
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
== Introducing the Raspberry Pi Cameras | ||
|
||
Raspberry Pi currently sell two types of camera board: an https://www.raspberrypi.com/products/camera-module-v2/[8MP device] and a https://www.raspberrypi.com/products/raspberry-pi-high-quality-camera/[12MP High Quality (HQ)] camera. The 8MP device is also available in https://www.raspberrypi.com/products/pi-noir-camera-v2/[NoIR form] without an IR filter. The original 5MP device is no longer available from Raspberry Pi. Further details on the camera modules can be found in the xref:../accessories/camera.adoc#camera-modules[camera hardware] page. | ||
|
||
All Raspberry Pi cameras are capable of taking high-resolution photographs, along with full HD 1080p video, and can be fully controlled programmatically. This documentation describes how to use the camera in various scenarios, and how to use the various software tools. | ||
|
||
Once you've xref:../accessories/camera.adoc#installing-a-raspberry-pi-camera[installed your camera module], there are various ways the cameras can be used. The simplest option is to use one of the provided camera applications, such as `libcamera-still` or `libcamera-vid`. |
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, looking at the git history of that file, it looks like @aallan moved the original content out into the separate include-file (back in August 2021), but then forgot to edit the main body-text to use that include. 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did wonder why it was duplicated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doh!