Tag

CoreImage

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Jan 18, 2023 · Mobile Development

iOS OpenGL ES Lab: 2D Smart Danmu (Bullet Comment) – First Episode

This article introduces a practical iOS OpenGL ES tutorial that demonstrates how to implement a 2D smart danmu system by separating foreground and background video layers, modifying IJKPlayer rendering, adding custom shaders, enabling blending, and optionally using CoreImage for face detection.

CoreImageOpenGL ESSmart Danmu
0 likes · 11 min read
iOS OpenGL ES Lab: 2D Smart Danmu (Bullet Comment) – First Episode
Baidu Intelligent Testing
Baidu Intelligent Testing
Nov 8, 2017 · Mobile Development

Using AVFoundation and CoreImage for Camera Image Capture and Face Detection on iOS

This article explains how to employ Apple's AVFoundation framework to capture camera images on iOS, initialize the necessary device input, session, and output components, and then use CoreImage's CIDetector to perform face detection, including code snippets and a practical demo.

AVFoundationCameraCoreImage
0 likes · 6 min read
Using AVFoundation and CoreImage for Camera Image Capture and Face Detection on iOS