# Cameras

Published articles for Cameras.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Kacey Musgraves' Quest Concert Shows How Good Immersive Music Can Be

DevFeed: [Kacey Musgraves' Quest Concert Shows How Good Immersive Music Can Be](<https://devfeed.tech/articles/kacey-musgraves-quest-concert-shows-how-good-immersive-music-can-be-35499.md>)

Original publisher: [Read original article](<https://www.uploadvr.com/kacey-musgraves-quest-concert-shows-how-good-immersive-music-can-be/>)

Author: Craig Storm

Published: 2026-09-16T21:26:59Z

Content type: opinion

Language: en

Sources: [UploadVR](<https://devfeed.tech/sources/uploadvr.md>)

Topics: [3D](<https://devfeed.tech/topics/3d.md>), [Meta](<https://devfeed.tech/topics/meta.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [4k](<https://devfeed.tech/tags/4k.md>), [audio](<https://devfeed.tech/tags/audio.md>), [camera](<https://devfeed.tech/tags/camera.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [immersive-video](<https://devfeed.tech/tags/immersive-video.md>), [lighting](<https://devfeed.tech/tags/lighting.md>), [meta](<https://devfeed.tech/tags/meta.md>), [music](<https://devfeed.tech/tags/music.md>), [production](<https://devfeed.tech/tags/production.md>), [quality](<https://devfeed.tech/tags/quality.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

A review of Kacey Musgraves: Middle of Nowhere, a 49-minute made-for-VR concert filmed at Billy Bob's Texas for Quest 3. The reviewer finds its stereoscopic 3D presentation immersive and natural, with clear visuals over hotel Wi-Fi and strong audio.

### Source excerpt

We had to stop ourselves from applauding. Kacey Musgraves' new made-for-VR concert on Quest 3 shows just how good immersive music can be.

## Meta Reportedly Building Smart Glasses without Cameras Following Public Backlash

DevFeed: [Meta Reportedly Building Smart Glasses without Cameras Following Public Backlash](<https://devfeed.tech/articles/meta-reportedly-building-smart-glasses-without-cameras-following-public-backlash-31450.md>)

Original publisher: [Read original article](<https://roadtovr.com/meta-smart-glasses-without-cameras-report/>)

Author: Scott Hayden

Published: 2026-09-16T12:49:39Z

Content type: news

Language: en

Sources: [Road to VR](<https://devfeed.tech/sources/road-to-vr.md>)

Topics: [Meta](<https://devfeed.tech/topics/meta.md>), [webcam](<https://devfeed.tech/topics/webcam.md>), [Android XR](<https://devfeed.tech/topics/android-xr.md>)

Tags: [cameras](<https://devfeed.tech/tags/cameras.md>), [meta](<https://devfeed.tech/tags/meta.md>), [news](<https://devfeed.tech/tags/news.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [xr-industry-news](<https://devfeed.tech/tags/xr-industry-news.md>)

### AI overview

A report says Meta is preparing camera-less smart glasses, internally codenamed Luna, potentially for unveiling at its September Connect developer conference. The glasses are expected to use microphones, speakers, and a button for Meta AI instead of outward-facing cameras, amid privacy scrutiny of smart glasses.

### Source excerpt

Meta is reportedly preparing a new slate of smart glasses that are ditching those pesky cameras. The News Zuckerberg previously teased a pair of smart glasses in May alongside the official announcement of Connect's September dates. Now, according to a report from The Information, those may be a new class of camera-less smart glasses, slated [...] The post Meta Reportedly Building Smart Glasses without Cameras Following Public Backlash appeared first on Road to VR.

## Turn Arduino® UNO™ Q into your local 3D printing watchdog

DevFeed: [Turn Arduino® UNO™ Q into your local 3D printing watchdog](<https://devfeed.tech/articles/turn-arduino-unotm-q-into-your-local-3d-printing-watchdog-17453.md>)

Original publisher: [Read original article](<https://blog.arduino.cc/2026/09/14/turn-arduino-uno-q-into-your-local-3d-printing-watchdog/>)

Author: Arduino Team

Published: 2026-09-14T18:03:45Z

Content type: article

Language: en

Sources: [Arduino Blog](<https://devfeed.tech/sources/arduino-blog.md>)

Topics: [Arduino](<https://devfeed.tech/topics/arduino.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [webcam](<https://devfeed.tech/topics/webcam.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [API](<https://devfeed.tech/topics/api.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [3d-printer](<https://devfeed.tech/tags/3d-printer.md>), [3d-printer-watchdog](<https://devfeed.tech/tags/3d-printer-watchdog.md>), [3d-printing](<https://devfeed.tech/tags/3d-printing.md>), [3d-printing-watchdog](<https://devfeed.tech/tags/3d-printing-watchdog.md>), [anomaly-detection](<https://devfeed.tech/tags/anomaly-detection.md>), [api](<https://devfeed.tech/tags/api.md>), [arduino](<https://devfeed.tech/tags/arduino.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [edge-ai](<https://devfeed.tech/tags/edge-ai.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [security](<https://devfeed.tech/tags/security.md>), [uno-q](<https://devfeed.tech/tags/uno-q.md>)

### AI overview

This Arduino Blog article presents a local 3D-printing watchdog built with an Arduino UNO Q, a camera, and the FOMO-AD anomaly model through Arduino App Lab. It trains on images of normal prints, flags deviations, and can automatically pause a print through the Moonraker API after repeated anomaly detections. The system can also integrate with OctoPrint, send MQTT notifications to Home Assistant, and operate entirely on the local network for privacy and security.

### Source excerpt

A lot of newer 3D printers incorporate sophisticated sensor suites and cameras to detect problems with print jobs, like the dreaded "spaghetti failure." Those work pretty well and prevent wasted time, wasted filament, and even damage to the printer. But what if you don't have a printer with those features? Or if you want to [...] The post Turn Arduino® UNO™ Q into your local 3D printing watchdog appeared first on Arduino Blog.

## Steam Frame vs. Quest 3 Specs: Better PC Streaming, Power & Hackability

DevFeed: [Steam Frame vs. Quest 3 Specs: Better PC Streaming, Power & Hackability](<https://devfeed.tech/articles/steam-frame-vs-quest-3-specs-better-pc-streaming-power-hackability-17475.md>)

Original publisher: [Read original article](<https://roadtovr.com/steam-frame-vs-quest-3-specs/>)

Author: Scott Hayden

Published: 2026-09-14T16:59:00Z

Content type: comparison

Language: en

Sources: [Road to VR](<https://devfeed.tech/sources/road-to-vr.md>)

Topics: [Streaming](<https://devfeed.tech/topics/streaming.md>), [pc](<https://devfeed.tech/topics/pc.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Steam Deck](<https://devfeed.tech/topics/steam-deck.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>), [Arm](<https://devfeed.tech/topics/arm.md>)

Tags: [arm](<https://devfeed.tech/tags/arm.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [devices](<https://devfeed.tech/tags/devices.md>), [hacking](<https://devfeed.tech/tags/hacking.md>), [linux](<https://devfeed.tech/tags/linux.md>), [meta-quest-3-news-reviews](<https://devfeed.tech/tags/meta-quest-3-news-reviews.md>), [news](<https://devfeed.tech/tags/news.md>), [os](<https://devfeed.tech/tags/os.md>), [pc](<https://devfeed.tech/tags/pc.md>), [pc-vr-news-reviews](<https://devfeed.tech/tags/pc-vr-news-reviews.md>), [pcie](<https://devfeed.tech/tags/pcie.md>), [steam-deck](<https://devfeed.tech/tags/steam-deck.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [windows](<https://devfeed.tech/tags/windows.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

This comparison examines Valve's Steam Frame standalone headset against Quest 3. Steam Frame is designed to run Steam's flatscreen and PC VR libraries, stream PC VR games wirelessly through a dedicated Wi-Fi 6E dongle, and support native x86 Windows and Linux content through a compatibility layer. Compared with Quest 3, it offers a more powerful Qualcomm Snapdragon processor, a more open and hackable SteamOS platform, an accessible gen4 PCIe expansion port, and broader compatibility, although its application compatibility is not yet as established.

### Source excerpt

Want to know how Valve's Steam Frame standalone headset stacks up against the competition? Read on to find out. Steam Frame is a lot like Steam Deck; it can play pretty much all of Steam's game library out of the box, which includes flatscreen content based on x86 architecture--basically everything on Steam--and also now PC [...] The post Steam Frame vs. Quest 3 Specs: Better PC Streaming, Power & Hackability appeared first on Road to VR.

## iPhone Duo Seemingly Can't Capture Spatial Photos Or Video

DevFeed: [iPhone Duo Seemingly Can't Capture Spatial Photos Or Video](<https://devfeed.tech/articles/iphone-duo-seemingly-can-t-capture-spatial-photos-or-video-17283.md>)

Original publisher: [Read original article](<https://www.uploadvr.com/iphone-duo-seemingly-cant-capture-spatial-photos-or-video/>)

Author: Craig Storm

Published: 2026-09-11T21:15:11Z

Content type: news

Language: en

Sources: [UploadVR](<https://devfeed.tech/sources/uploadvr.md>)

Topics: [iphone](<https://devfeed.tech/topics/iphone.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [3d-media](<https://devfeed.tech/tags/3d-media.md>), [ai](<https://devfeed.tech/tags/ai.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [iphone](<https://devfeed.tech/tags/iphone.md>), [iphone-duo](<https://devfeed.tech/tags/iphone-duo.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [photos](<https://devfeed.tech/tags/photos.md>), [video](<https://devfeed.tech/tags/video.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

Apple's $1,999 iPhone Duo appears not to support native spatial photo or spatial video capture, despite having cameras and processing hardware comparable to supported iPhone Pro models. Apple has not explained the omission, and the device was not independently tested.

### Source excerpt

Apple's $2000 iPhone Duo has two rear cameras, but seemingly can't capture spatial photos or video for viewing on Apple Vision Pro.

## GL.iNet Reveals Umino D1, D1 Pro and T1 Portable Camera Prototypes at IFA 2026

DevFeed: [GL.iNet Reveals Umino D1, D1 Pro and T1 Portable Camera Prototypes at IFA 2026](<https://devfeed.tech/articles/gl-inet-reveal-their-new-dashcam-and-portable-camera-series-17372.md>)

Original publisher: [Read original article](<https://nascompares.com/2026/09/11/gl-inet-reveal-their-new-dashcam-and-portable-camera-series/>)

Author: Rob Andrews

Published: 2026-09-11T16:00:42Z

Content type: article

Language: en

Sources: [NAS Compares](<https://devfeed.tech/sources/nas-compares.md>)

Topics: [GL.iNet](<https://devfeed.tech/topics/gl-inet.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [4k](<https://devfeed.tech/tags/4k.md>), [4k-dashcam](<https://devfeed.tech/tags/4k-dashcam.md>), [4k-hdr-dashcam](<https://devfeed.tech/tags/4k-hdr-dashcam.md>), [ai-travel-journal](<https://devfeed.tech/tags/ai-travel-journal.md>), [airbnb-security-camera](<https://devfeed.tech/tags/airbnb-security-camera.md>), [break-in-monitoring](<https://devfeed.tech/tags/break-in-monitoring.md>), [camera](<https://devfeed.tech/tags/camera.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [dashcam-prototype](<https://devfeed.tech/tags/dashcam-prototype.md>), [gl-inet](<https://devfeed.tech/tags/gl-inet.md>), [gl-inet-2026](<https://devfeed.tech/tags/gl-inet-2026.md>), [gl-inet-d1](<https://devfeed.tech/tags/gl-inet-d1.md>), [gl-inet-d1-pro](<https://devfeed.tech/tags/gl-inet-d1-pro.md>), [gl-inet-dashcam](<https://devfeed.tech/tags/gl-inet-dashcam.md>), [gl-inet-ifa](<https://devfeed.tech/tags/gl-inet-ifa.md>), [gl-inet-ifa-2026](<https://devfeed.tech/tags/gl-inet-ifa-2026.md>), [gl-inet-news](<https://devfeed.tech/tags/gl-inet-news.md>), [gl-inet-t1](<https://devfeed.tech/tags/gl-inet-t1.md>), [gl-inet-umino](<https://devfeed.tech/tags/gl-inet-umino.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [hidden-camera-detection](<https://devfeed.tech/tags/hidden-camera-detection.md>), [hotel-security-camera](<https://devfeed.tech/tags/hotel-security-camera.md>), [ifa-2026](<https://devfeed.tech/tags/ifa-2026.md>), [portable](<https://devfeed.tech/tags/portable.md>), [portable-car-camera](<https://devfeed.tech/tags/portable-car-camera.md>), [portable-dashcam](<https://devfeed.tech/tags/portable-dashcam.md>), [portable-security-camera](<https://devfeed.tech/tags/portable-security-camera.md>), [rental-car-dashcam](<https://devfeed.tech/tags/rental-car-dashcam.md>), [rental-car-security](<https://devfeed.tech/tags/rental-car-security.md>), [sony-starvis-2](<https://devfeed.tech/tags/sony-starvis-2.md>), [suction-cup-dashcam](<https://devfeed.tech/tags/suction-cup-dashcam.md>), [surveillance](<https://devfeed.tech/tags/surveillance.md>), [travel-accessories](<https://devfeed.tech/tags/travel-accessories.md>), [travel-camera](<https://devfeed.tech/tags/travel-camera.md>), [uncategorised](<https://devfeed.tech/tags/uncategorised.md>)

### AI overview

At IFA 2026, GL.iNet revealed its Umino D1 and D1 Pro portable dashcams and T1 portable security camera. The prototypes target rental cars, road trips and temporary accommodation, with Sony STARVIS 2 hardware and 4K HDR recording. Specifications, pricing and release timing remain incomplete.

### Source excerpt

Gl.iNet Launching Portable Dashcams and AirBnB Cameras - No, Really... GL.iNet is best known for its travel routers, networking hardware and increasingly broad range of portable connectivity products, but at IFA 2026 the company showed that it is looking at expanding into another part of the travel market. Under its Umino branding, GL.iNet revealed the [...]

## Strengthening Camera Support in Zephyr for Advanced Vision Applications

DevFeed: [Strengthening Camera Support in Zephyr for Advanced Vision Applications](<https://devfeed.tech/articles/strengthening-camera-support-in-zephyr-for-advanced-vision-applications-13980.md>)

Original publisher: [Read original article](<https://www.zephyrproject.org/strengthening-camera-support-in-zephyr-for-advanced-vision-applications/>)

Author: Zephyr Project

Published: 2026-09-04T21:12:17Z

Content type: article

Language: en

Sources: [Zephyr Project](<https://devfeed.tech/sources/zephyr-project.md>)

Topics: [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [object-detection](<https://devfeed.tech/topics/object-detection.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Robotics](<https://devfeed.tech/topics/robotics.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [development](<https://devfeed.tech/tags/development.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [events](<https://devfeed.tech/tags/events.md>), [india](<https://devfeed.tech/tags/india.md>), [industry-conference](<https://devfeed.tech/tags/industry-conference.md>), [object-detection](<https://devfeed.tech/tags/object-detection.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [open-source-summit](<https://devfeed.tech/tags/open-source-summit.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [vision](<https://devfeed.tech/tags/vision.md>), [zephyr](<https://devfeed.tech/tags/zephyr.md>), [zero-copy](<https://devfeed.tech/tags/zero-copy.md>)

### AI overview

This event recap examines proposed changes to Zephyr's camera and driver architecture for AI-driven vision workloads. The proposals include attaching metadata and inference results to individual video buffers and adding per-buffer callbacks to improve buffer ownership, reduce CPU wakeups, and support more manageable camera pipelines. The changes remain under exploration through prototypes and community discussions.

### Source excerpt

The Zephyr community came together at Open Source Summit India 2026 in Mumbai to share knowledge and explore developments, tooling, and real-world applications across embedded systems. In this second post event blog, we recap two lightning talks from the Zephyr track focused on camera support.

## Strengthening Camera Support in Zephyr for Advanced Vision Applications

DevFeed: [Strengthening Camera Support in Zephyr for Advanced Vision Applications](<https://devfeed.tech/articles/strengthening-camera-support-in-zephyr-for-advanced-vision-applications-38675.md>)

Original publisher: [Read original article](<https://zephyrproject.org/strengthening-camera-support-in-zephyr-for-advanced-vision-applications/>)

Author: Zephyr Project

Published: 2026-09-04T21:12:17Z

Content type: article

Language: en

Sources: [Zephyr Project](<https://devfeed.tech/sources/zephyr-project-2.md>)

Topics: [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [events](<https://devfeed.tech/tags/events.md>), [industry-conference](<https://devfeed.tech/tags/industry-conference.md>), [object-detection](<https://devfeed.tech/tags/object-detection.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [vision](<https://devfeed.tech/tags/vision.md>), [zephyr](<https://devfeed.tech/tags/zephyr.md>)

### AI overview

This event recap examines proposed changes to Zephyr's camera and driver architecture for AI vision workloads. It discusses metadata attached to video buffers, per-buffer callbacks, zero-copy sharing, bounded latency, backpressure, and streaming coordination. The proposals remain under exploration through prototypes and community discussions.

### Source excerpt

The Zephyr community came together at Open Source Summit India 2026 in Mumbai to share knowledge and explore developments, tooling, and real-world applications across embedded systems. In this second post event blog, we recap two lightning talks from the Zephyr track focused on camera support.

## Khronos Sponsors Open-Source glTF Importer/Exporter for Autodesk 3ds Max

DevFeed: [Khronos Sponsors Open-Source glTF Importer/Exporter for Autodesk 3ds Max](<https://devfeed.tech/articles/khronos-sponsors-open-source-gltf-importer-exporter-for-autodesk-3ds-max-15114.md>)

Original publisher: [Read original article](<https://www.khronos.org/blog/khronos-sponsors-open-source-gltf-importer-exporter-for-autodesk-3ds-max>)

Author: jphilips (jeff@khronosgroup.org)

Published: 2026-07-14T13:00:00Z

Content type: release

Language: en

Sources: [Blogs Khronos Blog](<https://devfeed.tech/sources/blogs-khronos-blog.md>)

Topics: [Open Source](<https://devfeed.tech/topics/open-source.md>), [3D](<https://devfeed.tech/topics/3d.md>), [Tool](<https://devfeed.tech/topics/tool.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [animation](<https://devfeed.tech/tags/animation.md>), [apache](<https://devfeed.tech/tags/apache.md>), [api](<https://devfeed.tech/tags/api.md>), [blog-glt](<https://devfeed.tech/tags/blog-glt.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [compression](<https://devfeed.tech/tags/compression.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [gltf](<https://devfeed.tech/tags/gltf.md>), [lighting](<https://devfeed.tech/tags/lighting.md>), [mesh](<https://devfeed.tech/tags/mesh.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [plugin-development](<https://devfeed.tech/tags/plugin-development.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [render](<https://devfeed.tech/tags/render.md>), [standards](<https://devfeed.tech/tags/standards.md>)

### AI overview

The Khronos Group sponsored and released open-source glTF 2.0 importer and exporter plugins for Autodesk 3ds Max under the Apache 2.0 license. The plugins support round-trip glTF workflows, including scene content, materials, textures, compression, animation, lighting, and instancing.

### Source excerpt

The Khronos Group has sponsored the glTF 2.0 Importer/Exporter for Autodesk 3ds Max open-source project under the Apache 2.0 license, and today has released the resulting glTF importer and exporter plugins, built to professional standards in collaboration with the community, and free for all to use.

## What PoE+++ Is and Why High-Power Ethernet Matters

DevFeed: [What PoE+++ Is and Why High-Power Ethernet Matters](<https://devfeed.tech/articles/what-poe-is-and-why-high-power-ethernet-matters-40171.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/netops/what-is-poe-plus-plus-plus/>)

Author: j2sw

Published: 2026-06-10T04:56:41Z

Content type: tutorial

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [Ethernet](<https://devfeed.tech/topics/ethernet.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>), [Digital signage](<https://devfeed.tech/topics/digital-signage.md>), [clients](<https://devfeed.tech/topics/clients.md>)

Tags: [cameras](<https://devfeed.tech/tags/cameras.md>), [cooling](<https://devfeed.tech/tags/cooling.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [heat](<https://devfeed.tech/tags/heat.md>), [it-operations](<https://devfeed.tech/tags/it-operations.md>), [network-operations](<https://devfeed.tech/tags/network-operations.md>), [networking](<https://devfeed.tech/tags/networking.md>), [poe](<https://devfeed.tech/tags/poe.md>), [power](<https://devfeed.tech/tags/power.md>), [usb](<https://devfeed.tech/tags/usb.md>), [wi-fi-6](<https://devfeed.tech/tags/wi-fi-6.md>), [wireless](<https://devfeed.tech/tags/wireless.md>)

### AI overview

This article explains PoE+++ as a common reference to IEEE 802.3bt Type 3 or Type 4, which can deliver about 60 to 90 watts over all four Ethernet pairs. It describes how higher power enables devices such as Wi-Fi access points, PTZ cameras, digital signage, and thin clients, while increasing the importance of cable quality, heat management, switch cooling, and overall PoE budgets.

### Source excerpt

Learn what PoE+++ is, how 802.3bt increases Ethernet power delivery, and why high-wattage PoE matters for Wi-Fi, cameras, switches, and ISP deployments. The post What PoE+++ Is and Why High-Power Ethernet Matters appeared first on Justin Wilson (j2sw).

## Seasons time-lapse - the video

DevFeed: [Seasons time-lapse - the video](<https://devfeed.tech/articles/seasons-time-lapse-the-video-18927.md>)

Original publisher: [Read original article](<https://blog.frankel.ch/seasons-time-lapse/3/>)

Author: Nicolas Fränkel

Published: 2026-06-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Nicolas Fränkel](<https://devfeed.tech/sources/nicolas-frankel.md>)

Topics: [Image](<https://devfeed.tech/topics/image.md>), [Code](<https://devfeed.tech/topics/code.md>), [DateTime](<https://devfeed.tech/topics/datetime.md>)

Tags: [art](<https://devfeed.tech/tags/art.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [images](<https://devfeed.tech/tags/images.md>), [information](<https://devfeed.tech/tags/information.md>), [location](<https://devfeed.tech/tags/location.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [model](<https://devfeed.tech/tags/model.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [pixel](<https://devfeed.tech/tags/pixel.md>), [project](<https://devfeed.tech/tags/project.md>), [python](<https://devfeed.tech/tags/python.md>), [rotation](<https://devfeed.tech/tags/rotation.md>), [screen](<https://devfeed.tech/tags/screen.md>), [speed](<https://devfeed.tech/tags/speed.md>), [time-lapse](<https://devfeed.tech/tags/time-lapse.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

The third and final post in a series explains how the author creates a time-lapse video from photographs taken from the same position over multiple years. It discusses ordering images by day of year and time of day, using EXIF metadata, and practical observations about video generation.

### Source excerpt

In the first post of this series, I focused on the project foundations: what should I do to create a video from photos taken from the same position year after year? I dedicated the second part to aligning images. It wasn't as easy as I expected. I stumbled upon new concepts, such as ORB and RANSAC. In this third and final post, I want to tackle the video creation itself, explain some 'artistic' decisions, and leave the door open to future work.

## Espressif - Introducing Matter Cameras

DevFeed: [Espressif - Introducing Matter Cameras](<https://devfeed.tech/articles/espressif-introducing-matter-cameras-13744.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2026/01/introducing-esp-matter-camera/>)

Author: John Lee

Published: 2026-01-21T00:00:00Z

Content type: release

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Espressif](<https://devfeed.tech/topics/espressif.md>), [Matter](<https://devfeed.tech/topics/matter.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [WebRTC](<https://devfeed.tech/topics/webrtc.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [blog](<https://devfeed.tech/tags/blog.md>), [camera](<https://devfeed.tech/tags/camera.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-p4](<https://devfeed.tech/tags/esp32-p4.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [iot](<https://devfeed.tech/tags/iot.md>), [matter](<https://devfeed.tech/tags/matter.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [security](<https://devfeed.tech/tags/security.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [webrtc](<https://devfeed.tech/tags/webrtc.md>)

### AI overview

Espressif announces Matter-based camera support for its SoCs, including the ESP32 series, using Matter 1.5 and the Espressif Matter SDK. The implementation uses WebRTC and supports interoperable camera devices, encrypted live streaming, recorded media upload, privacy masking, motion detection, and digital pan-tilt-zoom.

### Source excerpt

This article describes the Matter camera features introduced in Matter 1.5 and discusses camera support for the ESP32 series of SoCs using Espressif Matter SDK

## Backdoors in VStarcam cameras

DevFeed: [Backdoors in VStarcam cameras](<https://devfeed.tech/articles/backdoors-in-vstarcam-cameras-36630.md>)

Original publisher: [Read original article](<https://palant.info/2026/01/07/backdoors-in-vstarcam-cameras/>)

Author: Wladimir Palant

Published: 2026-01-07T13:01:48Z

Content type: article

Language: en

Sources: [Almost Secure](<https://devfeed.tech/sources/almost-secure.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [backdoor](<https://devfeed.tech/topics/backdoor.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [P2P](<https://devfeed.tech/topics/p2p.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [backdoor](<https://devfeed.tech/tags/backdoor.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [p2p](<https://devfeed.tech/tags/p2p.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

An investigation of VStarcam cameras finds that firmware mechanisms systematically undermine administrator-password protection by leaking passwords and exposing cameras through internet-connected P2P functionality. The article also examines insecure firmware updates delivered over plain HTTP and recommends restricting internet access with a network firewall or using custom firmware.

### Source excerpt

VStarcam is an important brand of cameras based on the PPPP protocol. Unlike the LookCam cameras I looked into earlier, these are often being positioned as security cameras. And they in fact do a few things better like... well, like having a mostly working authentication mechanism. In order to access the camera one has to know its administrator password. So much for the theory. When I looked into the firmware of the cameras I discovered a surprising development: over the past years this protection has been systematically undermined. Various mechanisms have been added that leak the access password, and in several cases these cannot be explained as accidents. The overall tendency is clear: for some reason VStarcam really wants to have access to their customer's passwords. A reminder: "P2P" functionality based on the PPPP protocol means that these cameras will always communicate with and be accessible from the internet, even when located on a home network behind NAT. Short of installing a custom firmware this can only addressed by configuring the network firewall to deny internet access. Contents How to recognize affected cameras Downloading the firmware Caveats of this survey VStarcam's authentication approach Endpoint protection Unauthenticated log access Explicit password leaking via logs Log uploading Password-leaking backdoor Establishing a timeline The impact Coordinated disclosure attempt Recommendations How to recognize affected cameras Not every VStarcam camera has "VStarcam" printed on the side. I have seen reports of VStarcam cameras being sold under the brand names Besder, MVPower, AOMG, OUSKI, and there are probably more. Most cameras should be recognizable by the app used to manage them. Any camera managed by one of these apps should be a VStarcam camera: Eye4, EyeCloud, FEC Smart Home, HOTKam, O-KAM Pro, PnPCam, VeePai, VeeRecon, Veesky, VKAM, VsCam, VStarcam Ultra. Downloading the firmware VStarcam cameras have a mechanism to deliver firmware updates (Loo

## \[Pentesting\] ONVIF (CCTV cameras) auth

DevFeed: [\[Pentesting\] ONVIF (CCTV cameras) auth](<https://devfeed.tech/articles/pentesting-onvif-cctv-cameras-auth-20544.md>)

Original publisher: [Read original article](<https://yurichev.com/blog/ONVIF/>)

Published: 2025-11-27T23:00:00Z

Content type: tutorial

Language: en

Sources: [Dennis Yurichev](<https://devfeed.tech/sources/dennis-yurichev.md>)

Topics: [passwords](<https://devfeed.tech/topics/passwords.md>), [XML](<https://devfeed.tech/topics/xml.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [camera](<https://devfeed.tech/tags/camera.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [password](<https://devfeed.tech/tags/password.md>), [python](<https://devfeed.tech/tags/python.md>), [tcp](<https://devfeed.tech/tags/tcp.md>), [xml](<https://devfeed.tech/tags/xml.md>)

### AI overview

This article examines ONVIF authentication for CCTV cameras over TCP. It explains the username, password digest, nonce, and date fields, gives the digest calculation, and describes using Hashcat to crack a known password digest.

### Source excerpt

[Pentesting] ONVIF (CCTV cameras) auth

## An overview of the PPPP protocol for IoT cameras

DevFeed: [An overview of the PPPP protocol for IoT cameras](<https://devfeed.tech/articles/an-overview-of-the-pppp-protocol-for-iot-cameras-36627.md>)

Original publisher: [Read original article](<https://palant.info/2025/11/05/an-overview-of-the-pppp-protocol-for-iot-cameras/>)

Author: Wladimir Palant

Published: 2025-11-05T15:11:36Z

Content type: article

Language: en

Sources: [Almost Secure](<https://devfeed.tech/sources/almost-secure.md>)

Topics: [Internet of things](<https://devfeed.tech/topics/iot.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [P2P](<https://devfeed.tech/topics/p2p.md>), [Reverse Engineering](<https://devfeed.tech/topics/reverse-engineering.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [cameras](<https://devfeed.tech/tags/cameras.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [iot](<https://devfeed.tech/tags/iot.md>), [network](<https://devfeed.tech/tags/network.md>), [p2p](<https://devfeed.tech/tags/p2p.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [reverse-engineering](<https://devfeed.tech/tags/reverse-engineering.md>), [security-research](<https://devfeed.tech/tags/security-research.md>), [servers](<https://devfeed.tech/tags/servers.md>), [tcp](<https://devfeed.tech/tags/tcp.md>)

### AI overview

An overview of the PPPP protocol used primarily by network-connected IoT cameras. The article explains that PPPP relies on central servers while allowing bulk data transfer through direct client-to-device connections, and describes device identifiers, connection establishment, fallback mechanisms, redundant servers, and related protocol research.

### Source excerpt

My previous article on IoT "P2P" cameras couldn't go into much detail on the PPPP protocol. However, there is already lots of security research on and around that protocol, and I have a feeling that there is way more to come. There are pieces of information on the protocol scattered throughout the web, yet every one approaching from a very specific narrow angle. This is my attempt at creating an overview so that other people don't need to start from scratch. While the protocol can in principle be used by any kind of device, it is mostly being used for network-connected cameras. It isn't really peer-to-peer as advertised but rather relies on central servers, yet the protocol allows to transfer the bulk of data via a direct connection between the client and the device. It's hard to tell how many users there are but there are lots of apps, I'm sure that I haven't found all of them. There are other protocols with similar approaches being used for the same goal. One is used by ThroughTek's Kalay Platform which has the interesting string "Charlie is the designer of P2P!!" in its codebase (32 bytes long, seems to be used as "encryption" key for some non-critical functionality). I recognize both the name and the "handwriting," it looks like PPPP protocol designer found a new home here. Yet PPPP seems to be still more popular than the competition, thanks to it being the protocol of choice for cheap low-end cameras. Disclaimer: Most of the information below has been acquired by analyzing public information as well as reverse engineering applications and firmware, not by observing live systems. Consequently, there can be misinterpretations. Contents The general design The network ports The device IDs The protocol variants CS2 Network Yi Technology iLnk HLP2P "Encryption" "Secret" messages Applications Changelog The general design The protocol's goal is to serve as a drop-in replacement for TCP. Rather than establish a connection to a known IP address (or a name to be resolved

## PINE64 April 2025 Community Update: PineTab-V availability and device updates

DevFeed: [PINE64 April 2025 Community Update: PineTab-V availability and device updates](<https://devfeed.tech/articles/april-update-risc-it-for-a-biscuit-34886.md>)

Original publisher: [Read original article](<https://pine64.org/2025/04/13/april_2025/>)

Published: 2025-04-13T00:00:00Z

Content type: article

Language: en

Sources: [Community blog on PINE64](<https://devfeed.tech/sources/community-blog-on-pine64.md>)

Topics: [Pinetab2](<https://devfeed.tech/topics/pinetab2.md>), [Debian](<https://devfeed.tech/topics/debian.md>), [FOSDEM](<https://devfeed.tech/topics/fosdem.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Pinenote](<https://devfeed.tech/topics/pinenote.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [debian](<https://devfeed.tech/tags/debian.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [fosdem](<https://devfeed.tech/tags/fosdem.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [llm](<https://devfeed.tech/tags/llm.md>), [npu](<https://devfeed.tech/tags/npu.md>), [pinecil](<https://devfeed.tech/tags/pinecil.md>), [pinenote](<https://devfeed.tech/tags/pinenote.md>), [pinetab-v](<https://devfeed.tech/tags/pinetab-v.md>), [pinetab2](<https://devfeed.tech/tags/pinetab2.md>), [pinetime](<https://devfeed.tech/tags/pinetime.md>), [soc](<https://devfeed.tech/tags/soc.md>), [update](<https://devfeed.tech/tags/update.md>), [wifi](<https://devfeed.tech/tags/wifi.md>)

### AI overview

PINE64's April 2025 community update covers improvements to the PineTab2, PineTime, and PineNote; the PineTab-V's return to the store with a Debian and GNOME factory image; and the upcoming StarPro64 SBC, which includes an Eswin EIC7700 SoC, 32GB of LPDDR5 memory, and a 20 TOPS NPU.

### Source excerpt

Hello and happy April! The past few months have been relatively quiet on the surface, but there is a lot going on behind the scenes. During the past three months we have seen some improvements for the PineTab2, PineTime and PineNote, along with the announcement that the PineTab-V is back in store and the new micro soldering tip set for the Pinecil. Charlie the Pinecorn also makes his yearly appearance in the update banner, artwork made by Caffeine. We have been very happy with the feedback after the launch of the PineNote Community Edition. Users coming from the developer edition with Android have been able to successfully move to the new Debian firmware without any major issues (thanks Maximilian, Diederik and hrdl!). We'd also like to apologize as we had most of this written up around late February early March and things got busy. Thanks for waiting patiently! We're making sure to focus on getting the word out than increasing the word count from now on. Table of contents FOSDEM 2025 PineTab-V StarPro64 PineTab2 PineNote Kernel improvements Demos PineTime Pinecil Community content PineNote Want to contribute to the next community update? FOSDEM 2025 Author: Caffeine Thank you to everyone who came past the pop-up meet-up at FOSDEM, it was fantastic to see everyone and be able to say hello. As mentioned in the previous update we weren't allocated a table this year, but we managed to meet with community members at Bar Campouce. We hope to get a table for next years event. PineTab-V Author: Caffeine We are happy to announce that the PineTab-V is back in the store! Last year we reported that the PineTab-V would be going on sale in October, unfortunately this did not happen due to there being no default OS to send to the factory. Thanks to our friends over at StarFive, they have kindly built a working image to send to the factory (thank you!). The image is based on Debian with a Gnome desktop. Much of the hardware is working including the cameras, WiFi and GPU accelerati

## The Making of a Logo

DevFeed: [The Making of a Logo](<https://devfeed.tech/articles/the-making-of-a-logo-39442.md>)

Original publisher: [Read original article](<https://aerotwist.com/blog/the-making-of-a-logo/>)

Author: Paul Lewis

Published: 2025-01-15T00:00:00Z

Content type: opinion

Language: en

Sources: [Paul Lewis](<https://devfeed.tech/sources/paul-lewis.md>)

Topics: [Website](<https://devfeed.tech/topics/website.md>), [blender](<https://devfeed.tech/topics/blender.md>), [3D](<https://devfeed.tech/topics/3d.md>), [stl](<https://devfeed.tech/topics/stl.md>), [SVG](<https://devfeed.tech/topics/svg.md>), [export](<https://devfeed.tech/topics/export.md>), [render](<https://devfeed.tech/topics/render.md>), [Sketch](<https://devfeed.tech/topics/sketch.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [3d-printed](<https://devfeed.tech/tags/3d-printed.md>), [blender](<https://devfeed.tech/tags/blender.md>), [cameras](<https://devfeed.tech/tags/cameras.md>), [export](<https://devfeed.tech/tags/export.md>), [file](<https://devfeed.tech/tags/file.md>), [logo](<https://devfeed.tech/tags/logo.md>), [making](<https://devfeed.tech/tags/making.md>), [render](<https://devfeed.tech/tags/render.md>), [stl](<https://devfeed.tech/tags/stl.md>), [svg](<https://devfeed.tech/tags/svg.md>), [update](<https://devfeed.tech/tags/update.md>), [website](<https://devfeed.tech/tags/website.md>)

### AI overview

The author describes creating a new Aerotwist logo, starting with sketches on a reMarkable 2 tablet, refining it as a vector and SVG, and preparing it for 3D printing by exporting an STL from Blender.

### Source excerpt

A new website, and a 3D printed logo!

## What's on My Desk?

DevFeed: [What's on My Desk?](<https://devfeed.tech/articles/what-s-on-my-desk-18890.md>)

Original publisher: [Read original article](<https://www.morling.dev/blog/whats-on-my-desk/>)

Published: 2021-10-24T08:30:00Z

Content type: opinion

Language: en

Sources: [Gunnar Morling](<https://devfeed.tech/sources/gunnar-morling.md>)

Topics: [Large Screen](<https://devfeed.tech/topics/large-screen.md>), [samsung](<https://devfeed.tech/topics/samsung.md>), [macOS](<https://devfeed.tech/topics/macos.md>)

Tags: [cameras](<https://devfeed.tech/tags/cameras.md>), [computer](<https://devfeed.tech/tags/computer.md>), [conferences](<https://devfeed.tech/tags/conferences.md>), [covid](<https://devfeed.tech/tags/covid.md>), [curved](<https://devfeed.tech/tags/curved.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [monitors](<https://devfeed.tech/tags/monitors.md>), [personal-experience](<https://devfeed.tech/tags/personal-experience.md>), [samsung](<https://devfeed.tech/tags/samsung.md>), [screen](<https://devfeed.tech/tags/screen.md>), [ultra-wide](<https://devfeed.tech/tags/ultra-wide.md>), [wide](<https://devfeed.tech/tags/wide.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

A personal account of improving a home computer setup for remote work, online calls, and recording conference talks. The article discusses a curved Samsung ultra-wide monitor and briefly introduces other setup components, including cameras, lighting, and audio equipment.

### Source excerpt

Table of Contents The Screen Compute Cameras Work in Progress: Teleprompter Lighting Audio What's Next? I've been working from home exclusively for the last nine years, but it was only last year that I started to look into ways for expanding my computer set-up and go beyond the usual combination of having a laptop with your regular external screen. The global COVID-19 pandemic, the prospect of having more calls with colleagues than ever (no physical meetings), and the constantly increasing need for recording talks for online conferences and meet-ups made me reevaluate things and steadily improve and fine tune my set-up, in particular in regards to better video and audio quality.

## Home Security Upgrade with UniFi Protect Cameras and Smart Power Plug

DevFeed: [Home Security Upgrade with UniFi Protect Cameras and Smart Power Plug](<https://devfeed.tech/articles/my-huge-home-security-upgrade-10552.md>)

Original publisher: [Read original article](<https://technotim.com/posts/home-security-upgrade/>)

Author: Techno Tim

Published: 2021-01-16T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Security](<https://devfeed.tech/topics/security.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [cameras](<https://devfeed.tech/tags/cameras.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [network](<https://devfeed.tech/tags/network.md>), [on-prem](<https://devfeed.tech/tags/on-prem.md>), [poe](<https://devfeed.tech/tags/poe.md>), [security](<https://devfeed.tech/tags/security.md>), [self-hosting](<https://devfeed.tech/tags/self-hosting.md>), [wireless](<https://devfeed.tech/tags/wireless.md>)

### AI overview

A guide to simplifying a self-hosted home security setup with UniFi Protect G3 FLEX and G3 Instant cameras integrated into an upgraded UniFi network. It also covers a UniFi Smart Power Plug that monitors the internet connection and reboots the modem when connectivity is lost.

### Source excerpt

I am a huge fan of self hosted home security and I've been doing it for years. I love the idea of being able to check on my home when I am away.Also, I've always kept my video footage on premise (on prem) and never sent it to the cloud.It started way back with a laptop and a webcam and it evolved into self-hosting my own DVR software on a virtual machine with many PoE and wireless cameras... but ...