ImageCaptureService 耗盡了我所有的 CPU 資源

ImageCaptureService 耗盡了我所有的 CPU 資源

我不太確定為什麼 ImageCaptureService 在我的電腦上執行。

據我了解,它是一個預先安裝的應用程序,是 Carbon.framework 的一部分。

然而,我並沒有在我的電腦上做任何密集的事情,我的粉絲們正在全力使用我的 2015 年中最高規格的 Macbook Pro。

當我檢查 Activity Monitor 時,它顯示 ImageCaptureService 正在使用我的 CPU 的近 100%,這是荒謬的。

有人能告訴我這個程式到底在做什麼嗎?

謝謝。

我的活動監視器的螢幕截圖

如果有幫助,這裡是打開文件和連接埠資訊中的輸出

/
/System/Library/Services/ImageCaptureService.app/Contents/MacOS/ImageCaptureService
/System/Library/Caches/com.apple.IntlDataCache.le.kbdx
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/ShowStatusTemplate.pdf
/usr/share/icu/icudt55l.dat
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car
/System/Library/Fonts/SFNSText-Regular.otf
/System/Library/Fonts/SFNSDisplay-Regular.otf
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/Base.lproj/IKDeviceBrowserHeaderView.nib
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/Base.lproj/IKDeviceBrowserDataView.nib
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/[email protected]
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/IKScanMagicPocket.png
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/[email protected]
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/Gradient.png
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/HideStatusTemplate.pdf
/System/Library/Fonts/Helvetica.dfont
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
/System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
/System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/Assets.car
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
/System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
/System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
/System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantLightAppearance.car
/private/var/folders/4v/jn67z0956rzc0w693063f24c0000gn/0/com.apple.LaunchServices-134501.csstore
/usr/lib/dyld
/private/var/db/dyld/dyld_shared_cache_x86_64h
/dev/null
/dev/null
/dev/null
count=2, state=0x12
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/Assets.car
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantLightAppearance.car

答案1

對我來說,問題是我插入了外部顯示器。當我關閉盒子時,CPU 使用率完全下降了。

答案2

另外提姆的回復(它有一個有效的解決方案:斷開外部顯示器並關閉“選擇相機或掃描器”視窗),我已經設法找到根本原因。

Import Image在文件編輯器(如 MS Word、Outlook 等)中右鍵單擊並選擇或後,會出現「選擇相機或掃描器」視窗Services / Import Image

顯然,當使用多個顯示器時,「選擇相機或掃描器」視窗會隱藏在視圖之外並佔用 CPU。

相關內容