BREAKING NEWS
LATEST POSTS
-
freecodecamp.org – Introduction to Linux
Linux Shell Script and Command Line for Beginners
Full course
https://www.freecodecamp.org/news/introduction-to-linux
-
A short 170 year history of Neural Radiance Fields (NeRF), Holograms, and Light Fields
https://neuralradiancefields.io/history-of-neural-radiance-fields/
“Lightfield and hologram capture started with a big theoretical idea 115 years ago and we have struggled to make them viable ever since. Neural Radiance fields aka NeRF along with gaming computers now for the first time provide a promising easy and low cost way for everybody to capture and display lightfields.”
“Neural Radiance fields (NeRF) recently had its third birthday but the technology is just the latest answer to a question people have been chasing since the 1860s: How do you capture and recreate space (from images)?”
“The plenoptic function measures physical light properties at every point in space and it describes how light transport occurs throughout a 3D volume.”
Google project Starline the latest in real time and compression image to 3D technology
-
RICOH THETA Z1 51GB camera – 360° images in RAW format
https://theta360.com/en/about/theta/z1.html
- 23MP(6720 x 3360, 7K)
- superior noise reduction performance
- F2.1, F3.5 and F5.6
- 4K videos (3840 x 1920, 29.97fps)
- RAW (DNG) image format
- 360° live streaming in 4K
- record sound from 4 different directions when shooting video
- editing of 360° images in Adobe Photoshop Lightroom Classic CC
- Android™ base system for the OS. Use plug-ins to customize your own THETA.
- Wireless 2.4 GHz: 1 to 11ch or 1 to 13ch
- Wireless 5 GHz: W52 (36 to 48ch, channel bandwidth 20/40/80 MHz supported)
Theta Z1 is Ricoh’s flagship 360 camera that features 1-inch sensors, which are the largest available for dual lens 360 cameras. It has been a highly regarded camera among 360 photographers because of its excellent image quality, color accuracy, and its ability to shoot Raw DNG photos with exceptional exposure latitude.
Bracketing mode 2022
Rquirement: Basic app iOS ver.2.20.0, Android ver.2.5.0, Camera firmware ver.2.10.3
https://community.theta360.guide/t/new-feature-ae-bracket-added-in-the-shooting-mode-z1-only/8247
HDRi for VFX
https://community.theta360.guide/t/create-high-quality-hdri-for-vfx-using-ricoh-theta-z1/4789/4
ND filtering
https://community.theta360.guide/t/neutral-density-solution-for-most-theta-cameras/7331
https://community.theta360.guide/t/long-exposure-nd-filter-for-ricoh-theta/1100
FEATURED POSTS
-
sRGB vs REC709 – An introduction and FFmpeg implementations
1. Basic Comparison
- What they are
- sRGB: A standard “web”/computer-display RGB color space defined by IEC 61966-2-1. It’s used for most monitors, cameras, printers, and the vast majority of images on the Internet.
- Rec. 709: An HD-video color space defined by ITU-R BT.709. It’s the go-to standard for HDTV broadcasts, Blu-ray discs, and professional video pipelines.
- Why they exist
- sRGB: Ensures consistent colors across different consumer devices (PCs, phones, webcams).
- Rec. 709: Ensures consistent colors across video production and playback chains (cameras → editing → broadcast → TV).
- What you’ll see
- On your desktop or phone, images tagged sRGB will look “right” without extra tweaking.
- On an HDTV or video-editing timeline, footage tagged Rec. 709 will display accurate contrast and hue on broadcast-grade monitors.
2. Digging Deeper
Feature sRGB Rec. 709 White point D65 (6504 K), same for both D65 (6504 K) Primaries (x,y) R: (0.640, 0.330) G: (0.300, 0.600) B: (0.150, 0.060) R: (0.640, 0.330) G: (0.300, 0.600) B: (0.150, 0.060) Gamut size Identical triangle on CIE 1931 chart Identical to sRGB Gamma / transfer Piecewise curve: approximate 2.2 with linear toe Pure power-law γ≈2.4 (often approximated as 2.2 in practice) Matrix coefficients N/A (pure RGB usage) Y = 0.2126 R + 0.7152 G + 0.0722 B (Rec. 709 matrix) Typical bit-depth 8-bit/channel (with 16-bit variants) 8-bit/channel (10-bit for professional video) Usage metadata Tagged as “sRGB” in image files (PNG, JPEG, etc.) Tagged as “bt709” in video containers (MP4, MOV) Color range Full-range RGB (0–255) Studio-range Y′CbCr (Y′ [16–235], Cb/Cr [16–240])
Why the Small Differences Matter
(more…) - What they are