Spacewar: Add support for Nothing OS Camera
The blobs have been extracted from fw Spacewar_V3.0-250108-1938_3.0
This commit is contained in:
28
proprietary/vendor/etc/init/android.hardware.camera.provider@2.4-service_64.rc
vendored
Normal file
28
proprietary/vendor/etc/init/android.hardware.camera.provider@2.4-service_64.rc
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
#Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||
#All Rights Reserved.
|
||||
#Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
setprop camera.disable_zsl_mode true
|
||||
# Add a cpuset for the camera daemon
|
||||
# We want all cores for camera
|
||||
mkdir /dev/cpuset/camera-daemon
|
||||
write /dev/cpuset/camera-daemon/cpus 0-7
|
||||
write /dev/cpuset/camera-daemon/mems 0
|
||||
chown cameraserver cameraserver /dev/cpuset/camera-daemon
|
||||
chown cameraserver cameraserver /dev/cpuset/camera-daemon/tasks
|
||||
chmod 0660 /dev/cpuset/camera-daemon/tasks
|
||||
|
||||
service vendor.camera-provider-2-4 /vendor/bin/hw/android.hardware.camera.provider@2.4-service_64
|
||||
override
|
||||
interface android.hardware.camera.provider@2.4::ICameraProvider legacy/0
|
||||
interface vendor.qti.hardware.camera.postproc@1.0::IPostProcService camerapostprocservice
|
||||
class hal
|
||||
user cameraserver
|
||||
group audio camera input drmrpc oem_2907
|
||||
ioprio rt 4
|
||||
capabilities SYS_NICE
|
||||
task_profiles CameraServiceCapacity HighPerformance
|
||||
17
proprietary/vendor/etc/public.libraries.txt
vendored
Normal file
17
proprietary/vendor/etc/public.libraries.txt
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
libOpenCL.so
|
||||
libcamxextension_night.so 64
|
||||
libarcsoft_beautyshot.so 64
|
||||
libarcsoft_aiscenedetection.so 64
|
||||
libarcsoft_portrait_distortion_correction.so 64
|
||||
libarcsoft_low_light_hdr.so 64
|
||||
libmouth_mask_detection.arcsoft.so 64
|
||||
libarcsoft_superportrait.so 64
|
||||
libarcsoft_watermark.so 64
|
||||
libarcsoft_portrait_super_night_raw.so 64
|
||||
libarcsoft_super_night_raw.so 64
|
||||
libarcsoft_dark_vision_raw.so 64
|
||||
libarcsoft_singlecam_bokeh.so 64
|
||||
libarcsoft_high_dynamic_range.so 64
|
||||
libarcsoft_dualcam_refocus_image.so 64
|
||||
libarcsoft_dualcam_refocus_video.so 64
|
||||
libarcsoft_mf_superresolution.so 64
|
||||
Reference in New Issue
Block a user