[Bf-docboard-svn] bf-manual: [7453] trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst: Tracking: Move optical center to lens panel

Aaron Carlisle noreply at blender.org
Tue Dec 1 23:43:48 CET 2020


Revision: 7453
          https://developer.blender.org/rBM7453
Author:   Blendify
Date:     2020-12-01 23:43:48 +0100 (Tue, 01 Dec 2020)
Log Message:
-----------
Tracking: Move optical center to lens panel

rB24686351746532a72a5dac9a5bca0c6fed4fe832

Modified Paths:
--------------
    trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst

Modified: trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst
===================================================================
--- trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst	2020-12-01 22:26:06 UTC (rev 7452)
+++ trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst	2020-12-01 22:43:48 UTC (rev 7453)
@@ -6,34 +6,48 @@
 
 This panel contains all settings of the camera used for filming the movie
 which is currently being edited in the Clip editor.
+Different predefined settings can be used here and can be chosen from the panel header.
+But such settings as distortion coefficients and principal point are not included in the presets and
+should be filled in even if camera presets are used.
 
-Camera Presets
-   Predefined settings can be used here.
-   But such settings as distortion coefficients and principal point are not included in the presets and
-   should be filled in even if camera presets are used.
-Sensor
-   Width
-      Is the width of the CCD sensor in the camera. This value can be found in camera specifications.
-   Pixel Aspect Ratio
-      Is the pixel aspect of the CCD sensor. This value can be found in camera specifications,
-      but can also be guessed. For example, you know that the footage should be 1920×1080,
-      but the images themselves are 1280×1080. In this case, the pixel aspect is: 1920 / 1280 = 1.5.
-Optical Center
-   Is the optical center of the lens used in the camera. In most cases it is equal to the image center,
-   but it can be different in some special cases. Check camera/lens specifications in such cases.
-   To set the optical center to the center of image, there is a *Set Center* button below the sliders.
+.. _bpy.types.MovieTrackingCamera.sensor_width:
 
-   .. tip:: Optical Center also know as principal point in photogrammetry.
+Sensor Width
+   Is the width of the CCD sensor in the camera. This value can be found in camera specifications.
 
+.. _bpy.types.MovieTrackingCamera.pixel_aspect:
 
+Pixel Aspect
+   Is the pixel aspect of the CCD sensor. This value can be found in camera specifications,
+   but can also be guessed. For example, you know that the footage should be 1920×1080,
+   but the images themselves are 1280×1080. In this case, the pixel aspect is: 1920 / 1280 = 1.5.
+
+
 Lens
 ====
 
+.. _bpy.types.MovieTrackingCamera.focal_length:
+
 Focal Length
    Is self-explanatory; it is the focal length with which the movie was shot.
    It can be set in millimeters or pixels.
 
-Distortion Model
+.. _bpy.types.MovieTrackingCamera.principal:
+
+Optical Center
+   Is the optical center of the lens used in the camera. In most cases it is equal to the image center,
+   but it can be different in some special cases. Check camera/lens specifications in such cases.
+
+   .. tip:: Optical Center also know as the principal point in photogrammetry.
+
+.. _bpy.ops.clip.set_center_principal:
+
+Set Center
+   Changes the *Optical Center* values to the center of image.
+
+.. _bpy.types.MovieTrackingCamera.distortion_model:
+
+Lens Distortion
    Mathematical function to convert distorted to undistorted coordinates.
 
    Polynomial
@@ -55,6 +69,11 @@
    accurate for the known focal length (but also take grid and annotations into account
    to prevent "impossible" distortion).
 
+   .. _bpy.types.MovieTrackingCamera.k:
+   .. _bpy.types.MovieTrackingCamera.division_k1:
+   .. _bpy.types.MovieTrackingCamera.nuke_k:
+   .. _bpy.types.MovieTrackingCamera.brown_k:
+
    Radial Distortion Coefficients (K1 - K4)
       The coefficients in lens distortion models work independent from each other.
       Positive values will give a barrel distortion while negative values give a pincushion distortion.
@@ -65,6 +84,8 @@
 
          Example of radial distortion for positive and negative K coefficients.
 
+   .. _bpy.types.MovieTrackingCamera.brown_p:
+
    Tangential Distortion Coefficients (P1, P2)
       Works independent and allow to compensate for situations when the sensor is not perpendicular to a group of lens.
       The optical center (also called principal point) will be shifted (distorted) from the center of the sensor.



More information about the Bf-docboard-svn mailing list