BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.85k stars 605 forks source link

Crashing when PictureInput(imageName: "lookup2") is called . #323

Open Md-Mahfuzur-Rahman opened 3 years ago

Md-Mahfuzur-Rahman commented 3 years ago

App crashes if I call -> lookupFilter.lookupImage = PictureInput(imageName: "lookup2")

my XCode is 12.1 , device OS = 14.2

----------------- few lines from crash log --------------- ............... 20 GPUImage 0x00000001057e5728 specialized PictureInput.__allocating_init(imageName:smoothlyScaleOutput:orientation:) + 196 21 GPUImage 0x00000001057e408c PictureInput.__allocating_init(imageName:smoothlyScaleOutput:orientation:) + 24 (:0) 22 3D Photo 0x0000000104c35098 MainCameraViewController.viewDidLoad() + 2476 (MainCameraViewController.swift:389)

jsonwang commented 3 years ago

yet. i have get same isses ,i try to fix it

ljmkimqx commented 3 years ago

How to fix it