SUMMARY OpenCL is probably supported, but digikam shows me not. STEPS TO REPRODUCE 1. go to HELP > Component information > Opencv Configuration > Opencl availability 2. There is NO 3. OBSERVED RESULT pschonmann@E495:/data/SynologyDrive/apps/_LINUX/digikam$ sudo clinfo Number of platforms 1 Platform Name AMD Accelerated Parallel Processing Platform Vendor Advanced Micro Devices, Inc. Platform Version OpenCL 2.1 AMD-APP (3625.0) Platform Profile FULL_PROFILE Platform Extensions cl_khr_icd cl_amd_event_callback Platform Extensions function suffix AMD Platform Host timer resolution 1ns Platform Name AMD Accelerated Parallel Processing Number of devices 1 Device Name gfx902:xnack+ Device Vendor Advanced Micro Devices, Inc. Device Vendor ID 0x1002 Device Version OpenCL 2.0 Driver Version 3625.0 (HSA1.1,LC) Device OpenCL C Version OpenCL C 2.0 Device Type GPU Device Board Name (AMD) AMD Radeon Graphics Device PCI-e ID (AMD) 0x15d8 Device Topology (AMD) PCI-E, 0000:05:00.0 Device Profile FULL_PROFILE Device Available Yes Compiler Available Yes Linker Available Yes Max compute units 10 SIMD per compute unit (AMD) 4 SIMD width (AMD) 16 SIMD instruction width (AMD) 1 Max clock frequency 1400MHz Graphics IP (AMD) 9.0 Device Partition (core) Max number of sub-devices 10 Supported partition types None Supported affinity domains (n/a) Max work item dimensions 3 Max work item sizes 1024x1024x1024 Max work group size 256 Preferred work group size (AMD) 256 Max work group size (AMD) 1024 Preferred work group size multiple (kernel) 64 Wavefront width (AMD) 64 Preferred / native vector sizes char 4 / 4 short 2 / 2 int 1 / 1 long 1 / 1 half 1 / 1 (cl_khr_fp16) float 1 / 1 double 1 / 1 (cl_khr_fp64) Half-precision Floating-point support (cl_khr_fp16) Denormals Yes Infinity and NANs Yes Round to nearest Yes Round to zero Yes Round to infinity Yes IEEE754-2008 fused multiply-add Yes Support is emulated in software No Single-precision Floating-point support (core) Denormals Yes Infinity and NANs Yes Round to nearest Yes Round to zero Yes Round to infinity Yes IEEE754-2008 fused multiply-add Yes Support is emulated in software No Correctly-rounded divide and sqrt operations Yes Double-precision Floating-point support (cl_khr_fp64) Denormals Yes Infinity and NANs Yes Round to nearest Yes Round to zero Yes Round to infinity Yes IEEE754-2008 fused multiply-add Yes Support is emulated in software No Address bits 64, Little-Endian Global memory size 1073741824 (1024MiB) Global free memory (AMD) 997376 (974MiB) 997376 (974MiB) Global memory channels (AMD) 2 Global memory banks per channel (AMD) 4 Global memory bank width (AMD) 256 bytes Error Correction support No Max memory allocation 912680544 (870.4MiB) Unified memory for Host and Device Yes Shared Virtual Memory (SVM) capabilities (core) Coarse-grained buffer sharing Yes Fine-grained buffer sharing Yes Fine-grained system sharing No Atomics No Minimum alignment for any data type 128 bytes Alignment of base address 1024 bits (128 bytes) Preferred alignment for atomics SVM 0 bytes Global 0 bytes Local 0 bytes Max size for global variable 912680544 (870.4MiB) Preferred total size of global vars 1073741824 (1024MiB) Global Memory cache type Read/Write Global Memory cache size 16384 (16KiB) Global Memory cache line size 64 bytes Image support Yes Max number of samplers per kernel 16 Max size for 1D images from buffer 134217728 pixels Max 1D or 2D image array size 8192 images Base address alignment for 2D image buffers 256 bytes Pitch alignment for 2D image buffers 256 pixels Max 2D image size 16384x16384 pixels Max 3D image size 16384x16384x8192 pixels Max number of read image args 128 Max number of write image args 8 Max number of read/write image args 64 Max number of pipe args 16 Max active pipe reservations 16 Max pipe packet size 912680544 (870.4MiB) Local memory type Local Local memory size 65536 (64KiB) Local memory size per CU (AMD) 65536 (64KiB) Local memory banks (AMD) 32 Max number of constant args 8 Max constant buffer size 912680544 (870.4MiB) Preferred constant buffer size (AMD) 16384 (16KiB) Max size of kernel argument 1024 Queue properties (on host) Out-of-order execution No Profiling Yes Queue properties (on device) Out-of-order execution Yes Profiling Yes Preferred size 262144 (256KiB) Max size 8388608 (8MiB) Max queues on device 1 Max events on device 1024 Prefer user sync for interop Yes Number of P2P devices (AMD) 0 Profiling timer resolution 1ns Profiling timer offset since Epoch (AMD) 0ns (Thu Jan 1 01:00:00 1970) Execution capabilities Run OpenCL kernels Yes Run native kernels No Thread trace supported (AMD) No Number of async queues (AMD) 8 Max real-time compute queues (AMD) 8 Max real-time compute units (AMD) 10 printf() buffer size 4194304 (4MiB) Built-in kernels (n/a) Device Extensions cl_khr_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_amd_device_attribute_query cl_amd_media_ops cl_amd_media_ops2 cl_khr_image2d_from_buffer cl_khr_subgroups cl_khr_depth_images cl_amd_copy_buffer_p2p cl_amd_assembly_program NULL platform behavior clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform clCreateContext(NULL, ...) [default] No platform clCreateContext(NULL, ...) [other] Success [AMD] clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) Success (1) Platform Name AMD Accelerated Parallel Processing Device Name gfx902:xnack+ clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) Success (1) Platform Name AMD Accelerated Parallel Processing Device Name gfx902:xnack+ clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) Success (1) Platform Name AMD Accelerated Parallel Processing Device Name gfx902:xnack+ ICD loader properties ICD loader Name Khronos OpenCL ICD Loader ICD loader Vendor Khronos Group ICD loader Version 3.0.6 ICD loader Profile OpenCL 3.0 digikam version 8.5.0 OpenCV Configuration: Threads features: Parallel framework: pthreads Number of Threads: 8 OpenCL availability: No Hardware features: SSSE3: Yes SSE4.2: Yes SSE4.1: Yes SSE3: Yes SSE2: Yes SSE: Yes POPCNT: Yes MMX: Yes FP16: Yes FMA3: Yes AVX2: Yes AVX: Yes Manifests: O2 Snapshoot 2022-02-10: o2: 99902cc37e083a8311c1f8eee918e93c93cbc937 LIBRAW Snapshoot 2024-10-09: libraw: 9bcb8a1d9593ba67e4eb67fed716efc5e1353d5c LIBLQR Snapshoot 2023-11-06: liblqr: 7b88c05cec2f0e60125e1cfcad18c79721a2b27c LENSFUN Snapshoot 2024-10-18: lensfun: 766ef7b02c72686deec3d766f931b5925122e9c3 KF6 Snapshot 2024-06-22: EXIV2 Snapshoot 2024-10-18: exiv2: a6a79ef064f131ffd03c110acce2d3edb84ffa2e Libraries: XMP SDK: 7.0 Qt WebEngine version: 6.7.2 Qt Sql drivers: QSQLITE QMARIADB QMYSQL Qt Framework: 6.7.2 Libx265: 3.5+1-f0c1022b6 LibTIFF: 4.3.0 LibRaw: 0.22.0 LibPNG: 1.6.37 LibPGF: 7.21.07 LibOpenCV: 4.10.0 LibLCMS: 2120 LibJPEG: 80 LibJasper: 4.2.4 LibHEIF: 1.18.2 LibGphoto2: 2.5.27 LibCImg: 130 LibAVUtil: 58.29.100 LibAVFormat: 60.16.100 LibAVCodec: 60.31.102 LensFun: 0.3.99-0 KDE Framework: 6.2.0 ImageMagick codecs: 7.1.1 Geolocation support: Yes Exiv2: 0.28.3 ExifTool: 12.98 Eigen: 3.4.0 DNG SDK: 1.7.1 FFmpeg Configuration: Video Encoders: vc2: SMPTE VC-2 prores_ks: Apple ProRes (iCodec Pro) prores_aw: Apple ProRes ljpeg: Lossless JPEG libxvid: libxvidcore MPEG-4 part 2 libx265: libx265 H.265 / HEVC libx264rgb: libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 RGB libx264: libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 libtheora: libtheora Theora a64multi5: Multicolor charset for Commodore 64, extended with 5th color (colram) a64multi: Multicolor charset for Commodore 64 Video Decoders: zmbv: Zip Motion Blocks Video zlib: LCL (LossLess Codec Library) ZLIB zerocodec: ZeroCodec Lossless Video yuv4: Uncompressed packed 4:2:0 yop: Psygnosis YOP Video ylc: YUY2 Lossless Codec y41p: Uncompressed YUV 4:1:1 12-bit xwd: XWD (X Window Dump) image xpm: XPM (X PixMap) image xl: Miro VideoXL xface: X-face image xbm: XBM (X BitMap) image xbin: eXtended BINary text xan_wc4: Wing Commander IV / Xxan xan_wc3: Wing Commander III / Xan wrapped_avframe: AVPacket to AVFrame passthrough wnv1: Winnov WNV1 wmv3image: Windows Media Video 9 Image wmv3: Windows Media Video 9 wmv2: Windows Media Video 8 wmv1: Windows Media Video 7 webp: WebP image wcmv: WinCAM Motion Video wbmp: WBMP (Wireless Application Protocol Bitmap) image vqc: ViewQuest VQC vqavideo: Westwood Studios VQA (Vector Quantized Animation) video vp9_v4l2m2m: V4L2 mem2mem VP9 decoder wrapper vp9: Google VP9 vp8_v4l2m2m: V4L2 mem2mem VP8 decoder wrapper vp8: On2 VP8 vp7: On2 VP7 vp6f: On2 VP6 (Flash version) vp6a: On2 VP6 (Flash version, with alpha channel) vp6: On2 VP6 vp5: On2 VP5 vp4: On2 VP4 vp3: On2 VP3 vnull: null video vmnc: VMware Screen Codec / VMware Video vmix: vMix Video vmdvideo: Sierra VMD video vcr1: ATI VCR1 vc1image: Windows Media Video 9 Image v2 vc1_v4l2m2m: V4L2 mem2mem VC1 decoder wrapper vc1: SMPTE VC-1 vbn: Vizrt Binary Image vble: VBLE Lossless Codec vb: Beam Software VB v410: Uncompressed 4:4:4 10-bit v408: Uncompressed packed QT 4:4:4:4 v308: Uncompressed packed 4:4:4 v210x: Uncompressed 4:2:2 10-bit v210: Uncompressed 4:2:2 10-bit utvideo: Ut Video ultimotion: IBM UltiMotion txd: Renderware TXD (TeXture Dictionary) image tscc2: TechSmith Screen Codec 2 truemotion2rt: Duck TrueMotion 2.0 Real Time truemotion2: Duck TrueMotion 2.0 truemotion1: Duck TrueMotion 1.0 tmv: 8088flex TMV tiff: TIFF image tiertexseqvideo: Tiertex Limited SEQ video thp: Nintendo Gamecube THP video theora: Theora tdsc: TDSC targa_y216: Pinnacle TARGA CineWave YUV16 targa: Truevision Targa image svq3: Sorenson Vector Quantizer 3 / Sorenson Video 3 / SVQ3 svq1: Sorenson Vector Quantizer 1 / Sorenson Video 1 / SVQ1 sunrast: Sun Rasterfile image srgc: Screen Recorder Gold Codec speedhq: NewTek SpeedHQ sp5x: Sunplus JPEG (SP5X) snow: Snow smvjpeg: SMV JPEG smc: QuickTime Graphics (SMC) smackvid: Smacker video simbiosis_imx: Simbiosis Interactive IMX Video sheervideo: BitJazz SheerVideo sgirle: Silicon Graphics RLE 8-bit video sgi: SGI image sga: Digital Pictures SGA Video screenpresso: Screenpresso scpr: ScreenPressor sanm: LucasArts SANM/Smush video rv40: RealVideo 4.0 rv30: RealVideo 3.0 rv20: RealVideo 2.0 rv10: RealVideo 1.0 rtv1: RTV1 (RivaTuner Video) rscc: innoHeim/Rsupport Screen Capture Codec rpza: QuickTime video (RPZA) roqvideo: id RoQ video rl2: RL2 video rawvideo: raw video rasc: RemotelyAnywhere Screen Capture r210: Uncompressed RGB 10-bit r10k: AJA Kona 10-bit RGB Codec qtrle: QuickTime Animation (RLE) video qpeg: Q-team QPEG qoi: QOI (Quite OK Image format) image qdraw: Apple QuickDraw ptx: V.Flash PTX image psd: Photoshop PSD file prosumer: Brooktree ProSumer Video prores: Apple ProRes (iCodec Pro) ppm: PPM (Portable PixelMap) image png: PNG (Portable Network Graphics) image pixlet: Apple Pixlet pictor: Pictor/PC Paint photocd: Kodak Photo CD phm: PHM (Portable HalfFloatMap) image pgx: PGX (JPEG2000 Test Format) pgmyuv: PGMYUV (Portable GrayMap YUV) image pgm: PGM (Portable GrayMap) image pfm: PFM (Portable FloatMap) image pdv: PDV (PlayDate Video) pcx: PC Paintbrush PCX image pbm: PBM (Portable BitMap) image pam: PAM (Portable AnyMap) image paf_video: Amazing Studio Packed Animation File Video nuv: NuppelVideo/RTJPEG notchlc: NotchLC mxpeg: Mobotix MxPEG video mwsc: MatchWare Screen Capture Codec mvha: MidiVid Archive Codec mvdv: MidiVid VQ mvc2: Silicon Graphics Motion Video Compressor 2 mvc1: Silicon Graphics Motion Video Compressor 1 mv30: MidiVid 3.0 mts2: MS Expression Encoder Screen mszh: LCL (LossLess Codec Library) MSZH msvideo1: Microsoft Video 1 mss2: MS Windows Media Video V9 Screen mss1: MS Screen 1 msrle: Microsoft RLE msp2: Microsoft Paint (MSP) version 2 msmpeg4v2: MPEG-4 part 2 Microsoft variant version 2 msmpeg4v1: MPEG-4 part 2 Microsoft variant version 1 msmpeg4: MPEG-4 part 2 Microsoft variant version 3 mscc: Mandsoft Screen Capture Codec msa1: MS ATC Screen mpegvideo: MPEG-1 video mpeg4_v4l2m2m: V4L2 mem2mem MPEG4 decoder wrapper mpeg4: MPEG-4 part 2 mpeg2video: MPEG-2 video mpeg2_v4l2m2m: V4L2 mem2mem MPEG2 decoder wrapper mpeg1video: MPEG-1 video mpeg1_v4l2m2m: V4L2 mem2mem MPEG1 decoder wrapper motionpixels: Motion Pixels video mobiclip: MobiClip Video mmvideo: American Laser Games MM Video mjpegb: Apple MJPEG-B mjpeg: MJPEG (Motion JPEG) mimic: Mimic media100: Media 100 mdec: Sony PlayStation MDEC (Motion DECoder) magicyuv: MagicYUV video m101: Matrox Uncompressed SD lscr: LEAD Screen Capture loco: LOCO libvpx-vp9: libvpx VP9 libvpx: libvpx VP8 libaom-av1: libaom AV1 lagarith: Lagarith lossless kmvc: Karl Morton's video codec kgv1: Kega Game Video jv: Bitmap Brothers JV video jpegls: JPEG-LS jpeg2000: JPEG 2000 ipu: IPU Video interplayvideo: Interplay MVE video indeo5: Intel Indeo Video Interactive 5 indeo4: Intel Indeo Video Interactive 4 indeo3: Intel Indeo 3 indeo2: Intel Indeo 2 imm5: Infinity IMM5 imm4: Infinity IMM4 iff: IFF ACBM/ANIM/DEEP/ILBM/PBM/RGB8/RGBN idf: iCEDraw text idcinvideo: id Quake II CIN video hymt: HuffYUV MT huffyuv: Huffyuv / HuffYUV hqx: Canopus HQX hq_hqa: Canopus HQ/HQA hnm4video: HNM 4 video hevc_v4l2m2m: V4L2 mem2mem HEVC decoder wrapper hevc: HEVC (High Efficiency Video Coding) hdr: HDR (Radiance RGBE format) image hap: Vidvox Hap h264_v4l2m2m: V4L2 mem2mem H.264 decoder wrapper h264: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 h263p: H.263 / H.263-1996, H.263+ / H.263-1998 / H.263 version 2 h263i: Intel H.263 h263_v4l2m2m: V4L2 mem2mem H.263 decoder wrapper h263: H.263 / H.263-1996, H.263+ / H.263-1998 / H.263 version 2 h261: H.261 gif: GIF (Graphics Interchange Format) gem: GEM Raster image gdv: Gremlin Digital Video g2m: Go2Meeting frwu: Forward Uncompressed fraps: Fraps fmvc: FM Screen Capture Codec flv: FLV / Sorenson Spark / Sorenson H.263 (Flash Video) flic: Autodesk Animator Flic video flashsv2: Flash Screen Video v2 flashsv: Flash Screen Video v1 fits: Flexible Image Transport System fic: Mirillis FIC ffvhuff: Huffyuv FFmpeg variant ffv1: FFmpeg video codec #1 exr: OpenEXR image escape130: Escape 130 escape124: Escape 124 eatqi: Electronic Arts TQI Video eatgv: Electronic Arts TGV video eatgq: Electronic Arts TGQ video eamad: Electronic Arts Madcow Video eacmv: Electronic Arts CMV video dxv: Resolume DXV dxtory: Dxtory dxa: Feeble Files/ScummVM DXA dvvideo: DV (Digital Video) dsicinvideo: Delphine Software International CIN video dpx: DPX (Digital Picture Exchange) image dnxhd: VC3/DNxHD dirac: BBC Dirac VC-2 dfa: Chronomaster DFA dds: DirectDraw Surface image decoder cyuv: Creative YUV (CYUV) cri: Cintel RAW cpia: CPiA video format cllc: Canopus Lossless Codec cljr: Cirrus Logic AccuPak clearvideo: Iterated Systems ClearVideo cinepak: Cinepak cfhd: GoPro CineForm HD cdxl: Commodore CDXL video cdtoons: CDToons video cdgraphics: CD Graphics video cavs: Chinese AVS (Audio Video Standard) (AVS1-P2, JiZhun profile) camtasia: TechSmith Screen Capture Codec camstudio: CamStudio c93: Interplay C93 brender_pix: BRender PIX image bmv_video: Discworld II BMV video bmp: BMP (Windows and OS/2 bitmap) bitpacked: Bitpacked bintext: Binary text binkvideo: Bink video bfi: Brute Force & Ignorance bethsoftvid: Bethesda VID video ayuv: Uncompressed packed MS 4:4:4:4 avui: Avid Meridien Uncompressed avs: AVS (Audio Video Standard) video avrp: Avid 1:1 10-bit RGB Packer avrn: Avid AVI Codec av1: Alliance for Open Media AV1 aura2: Auravision Aura 2 aura: Auravision AURA asv2: ASUS V2 asv1: ASUS V1 argo: Argonaut Games Video arbc: Gryphon's Anim Compressor apng: APNG (Animated Portable Network Graphics) image ansi: ASCII/ANSI art anm: Deluxe Paint Animation amv: AMV Video alias_pix: Alias/Wavefront PIX image aic: Apple Intermediate Codec agm: Amuse Graphics Movie aasc: Autodesk RLE 8bps: QuickTime 8BPS video 4xm: 4X Movie 012v: Uncompressed 4:2:2 10-bit Supported Extensions: y4m: YUV4MPEG pipe xml: WebM DASH Manifest wv: raw WavPack wtv: Windows Television (WTV) webp: WebP webm: WebM wav: WAV / WAVE (Waveform Audio) w64: Sony Wave64 vtt: WebVTT subtitle voc: Creative Voice vob: MPEG-2 PS (VOB) vc1: raw VC-1 video vag: Simon & Schuster Interactive VAG uw: PCM unsigned 16-bit little-endian ul: PCM mu-law ub: PCM unsigned 8-bit ttml: TTML subtitle tta: TTA (True Audio) thd: raw TrueHD swf: SWF (ShockWave Flash) sw: PCM signed 16-bit little-endian sup: raw HDMV Presentation Graphic Stream subtitles sub: MicroDVD subtitle format srt: SubRip subtitle spx: Ogg Speex spdif: IEC 61937 (used on S/PDIF - IEC958) sox: SoX (Sound eXchange) native scc: Scenarist Closed Captions sb: PCM signed 8-bit rso: Lego Mindstorms RSO roq: raw id RoQ rcv: VC-1 test bitstream opus: Ogg Opus oma: Sony OpenMG audio ogv: Ogg Video ogg: Ogg oga: Ogg Audio obu: AV1 low overhead OBU nut: NUT mxf: MXF (Material eXchange Format) Operational Pattern Atom mpd: DASH Muxer mp4: MP4 (MPEG-4 Part 14) mp3: MP3 (MPEG audio layer 3) mov: QuickTime / MOV mmf: Yamaha SMAF mlp: raw MLP mkv: Matroska mka: Matroska Audio mjpg: MIME multipart JPEG m4v: raw MPEG-4 video m3u8: Apple HTTP Live Streaming m2v: raw MPEG-2 video lrc: LRC lyrics lbc: iLBC storage ivf: On2 IVF ico: Microsoft Windows ICO h263: raw H.263 h261: raw H.261 gxf: GXF (General eXchange Format) gsm: raw GSM gif: CompuServe Graphics Interchange Format (GIF) g722: raw G.722 flv: FLV (Flash Video) flm: Adobe Filmstrip flac: raw FLAC fits: Flexible Image Transport System ffmeta: FFmpeg metadata in text f4v: F4V Adobe Flash Video evc: raw EVC video dvd: MPEG-2 PS (DVD VOB) dv: DV (Digital Video) dts: raw DTS dfpwm: raw DFPWM1a cvg: Argonaut Games CVG cpk: Sega FILM / CPK chk: WebM Chunk Muxer cavs: raw Chinese AVS (Audio Video Standard) video caf: Apple CAF (Core Audio Format) c2: codec2 .c2 muxer bit: G.729 BIT file format avs3: AVS3-P2/IEEE1857.10 avif: AVIF avi: AVI (Audio Video Interleaved) aud: Westwood Studios audio au: Sun AU ast: AST (Audio Stream) aptxhd: raw aptX HD (Audio Processing Technology for Bluetooth) aptx: raw aptX (Audio Processing Technology for Bluetooth) apng: Animated Portable Network Graphics apm: Ubisoft Rayman 2 APM amv: AMV amr: 3GPP AMR al: PCM A-law adx: CRI ADX ac4: raw AC-4 ac3: raw AC-3 3gp: 3GP (3GPP file format) 3g2: 3GP2 (3GPP2 file format) 302: D-Cinema audio Audio Encoders: sonicls: Sonic lossless mp2fixed: MP2 fixed point (MPEG audio layer 2) libmp3lame: libmp3lame MP3 (MPEG audio layer 3) Audio Decoders: xma2: Xbox Media Audio 2 xma1: Xbox Media Audio 1 xan_dpcm: DPCM Xan ws_snd1: Westwood Audio (SND1) wmavoice: Windows Media Audio Voice wmav2: Windows Media Audio 2 wmav1: Windows Media Audio 1 wmapro: Windows Media Audio 9 Professional wmalossless: Windows Media Audio Lossless wavpack: WavPack wavesynth: Wave synthesis pseudo-codec wavarc: Waveform Archiver wady_dpcm: DPCM Marble WADY vorbis: Vorbis vmdaudio: Sierra VMD audio twinvq: VQF TwinVQ tta: TTA (True Audio) truespeech: DSP Group TrueSpeech truehd: TrueHD tak: TAK (Tom's lossless Audio Kompressor) speex: Speex sonic: Sonic sol_dpcm: DPCM Sol smackaud: Smacker audio siren: Siren sipr: RealAudio SIPR / ACELP.NET shorten: Shorten sdx2_dpcm: DPCM Squareroot-Delta-Exact sbc: SBC (low-complexity subband codec) s302m: SMPTE 302M roq_dpcm: DPCM id RoQ rka: RKA (RK Audio) real_288: RealAudio 2.0 (28.8K) real_144: RealAudio 1.0 (14.4K) ralf: RealAudio Lossless qdmc: QDesign Music Codec 1 qdm2: QDesign Music Codec 2 qcelp: QCELP / PureVoice pcm_vidc: PCM Archimedes VIDC pcm_u8: PCM unsigned 8-bit pcm_u32le: PCM unsigned 32-bit little-endian pcm_u32be: PCM unsigned 32-bit big-endian pcm_u24le: PCM unsigned 24-bit little-endian pcm_u24be: PCM unsigned 24-bit big-endian pcm_u16le: PCM unsigned 16-bit little-endian pcm_u16be: PCM unsigned 16-bit big-endian pcm_sga: PCM SGA pcm_s8_planar: PCM signed 8-bit planar pcm_s8: PCM signed 8-bit pcm_s64le: PCM signed 64-bit little-endian pcm_s64be: PCM signed 64-bit big-endian pcm_s32le_planar: PCM signed 32-bit little-endian planar pcm_s32le: PCM signed 32-bit little-endian pcm_s32be: PCM signed 32-bit big-endian pcm_s24le_planar: PCM signed 24-bit little-endian planar pcm_s24le: PCM signed 24-bit little-endian pcm_s24daud: PCM D-Cinema audio signed 24-bit pcm_s24be: PCM signed 24-bit big-endian pcm_s16le_planar: PCM signed 16-bit little-endian planar pcm_s16le: PCM signed 16-bit little-endian pcm_s16be_planar: PCM signed 16-bit big-endian planar pcm_s16be: PCM signed 16-bit big-endian pcm_mulaw: PCM mu-law / G.711 mu-law pcm_lxf: PCM signed 20-bit little-endian planar pcm_f64le: PCM 64-bit floating point little-endian pcm_f64be: PCM 64-bit floating point big-endian pcm_f32le: PCM 32-bit floating point little-endian pcm_f32be: PCM 32-bit floating point big-endian pcm_f24le: PCM 24.0 floating point little-endian pcm_f16le: PCM 16.8 floating point little-endian pcm_dvd: PCM signed 16|20|24-bit big-endian for DVD media pcm_bluray: PCM signed 16|20|24-bit big-endian for Blu-ray media pcm_alaw: PCM A-law / G.711 A-law paf_audio: Amazing Studio Packed Animation File Audio osq: OSQ (Original Sound Quality) opus: Opus on2avc: On2 Audio for Video Codec nellymoser: Nellymoser Asao msnsiren: MSN Siren mpc8: Musepack SV8 mpc7: Musepack SV7 mp3on4float: MP3onMP4 mp3on4: MP3onMP4 mp3float: MP3 (MPEG audio layer 3) mp3adufloat: ADU (Application Data Unit) MP3 (MPEG audio layer 3) mp3adu: ADU (Application Data Unit) MP3 (MPEG audio layer 3) mp3: MP3 (MPEG audio layer 3) mp2float: MP2 (MPEG audio layer 2) mp2: MP2 (MPEG audio layer 2) mp1float: MP1 (MPEG audio layer 1) mp1: MP1 (MPEG audio layer 1) mlp: MLP (Meridian Lossless Packing) misc4: Micronas SC-4 Audio metasound: Voxware MetaSound mace6: MACE (Macintosh Audio Compression/Expansion) 6:1 mace3: MACE (Macintosh Audio Compression/Expansion) 3:1 libvorbis: libvorbis libspeex: libspeex Speex libopus: libopus Opus libopencore_amrwb: OpenCORE AMR-WB (Adaptive Multi-Rate Wide-Band) libopencore_amrnb: OpenCORE AMR-NB (Adaptive Multi-Rate Narrow-Band) libfdk_aac: Fraunhofer FDK AAC interplayacm: Interplay ACM interplay_dpcm: DPCM Interplay imc: IMC (Intel Music Coder) ilbc: iLBC (Internet Low Bitrate Codec) iac: IAC (Indeo Audio Coder) hcom: HCOM Audio hca: CRI HCA gsm_ms: GSM Microsoft variant gsm: GSM gremlin_dpcm: DPCM Gremlin g729: G.729 g726le: G.726 ADPCM little-endian g726: G.726 ADPCM g723_1: G.723.1 g722: G.722 ADPCM ftr: FTR Voice flac: FLAC (Free Lossless Audio Codec) fastaudio: MobiClip FastAudio evrc: EVRC (Enhanced Variable Rate Codec) eac3: ATSC A/52B (AC-3, E-AC-3) dvaudio: Ulead DV Audio dst: DST (Digital Stream Transfer) dss_sp: Digital Speech Standard - Standard Play mode (DSS SP) dsicinaudio: Delphine Software International CIN audio dsd_msbf_planar: DSD (Direct Stream Digital), most significant bit first, planar dsd_msbf: DSD (Direct Stream Digital), most significant bit first dsd_lsbf_planar: DSD (Direct Stream Digital), least significant bit first, planar dsd_lsbf: DSD (Direct Stream Digital), least significant bit first dolby_e: Dolby E dfpwm: DFPWM1a audio derf_dpcm: DPCM Xilam DERF dca: DCA (DTS Coherent Acoustics) cook: Cook / Cooker / Gecko (RealAudio G2) comfortnoise: RFC 3389 comfort noise generator cbd2_dpcm: DPCM Cuberoot-Delta-Exact bonk: Bonk audio bmv_audio: Discworld II BMV audio binkaudio_rdft: Bink Audio (RDFT) binkaudio_dct: Bink Audio (DCT) atrac9: ATRAC9 (Adaptive TRansform Acoustic Coding 9) atrac3plusal: ATRAC3+ AL (Adaptive TRansform Acoustic Coding 3+ Advanced Lossless) atrac3plus: ATRAC3+ (Adaptive TRansform Acoustic Coding 3+) atrac3al: ATRAC3 AL (Adaptive TRansform Acoustic Coding 3 Advanced Lossless) atrac3: ATRAC3 (Adaptive TRansform Acoustic Coding 3) atrac1: ATRAC1 (Adaptive TRansform Acoustic Coding) aptx_hd: aptX HD (Audio Processing Technology for Bluetooth) aptx: aptX (Audio Processing Technology for Bluetooth) ape: Monkey's Audio apac: Marian's A-pac audio anull: null audio amrwb: AMR-WB (Adaptive Multi-Rate WideBand) amrnb: AMR-NB (Adaptive Multi-Rate NarrowBand) als: MPEG-4 Audio Lossless Coding (ALS) alac: ALAC (Apple Lossless Audio Codec) adpcm_zork: ADPCM Zork adpcm_yamaha: ADPCM Yamaha adpcm_xmd: ADPCM Konami XMD adpcm_xa: ADPCM CDROM XA adpcm_vima: LucasArts VIMA audio adpcm_thp_le: ADPCM Nintendo THP (little-endian) adpcm_thp: ADPCM Nintendo THP adpcm_swf: ADPCM Shockwave Flash adpcm_sbpro_4: ADPCM Sound Blaster Pro 4-bit adpcm_sbpro_3: ADPCM Sound Blaster Pro 2.6-bit adpcm_sbpro_2: ADPCM Sound Blaster Pro 2-bit adpcm_psx: ADPCM Playstation adpcm_mtaf: ADPCM MTAF adpcm_ms: ADPCM Microsoft adpcm_ima_ws: ADPCM IMA Westwood adpcm_ima_wav: ADPCM IMA WAV adpcm_ima_ssi: ADPCM IMA Simon & Schuster Interactive adpcm_ima_smjpeg: ADPCM IMA Loki SDL MJPEG adpcm_ima_rad: ADPCM IMA Radical adpcm_ima_qt: ADPCM IMA QuickTime adpcm_ima_oki: ADPCM IMA Dialogic OKI adpcm_ima_mtf: ADPCM IMA Capcom's MT Framework adpcm_ima_moflex: ADPCM IMA MobiClip MOFLEX adpcm_ima_iss: ADPCM IMA Funcom ISS adpcm_ima_ea_sead: ADPCM IMA Electronic Arts SEAD adpcm_ima_ea_eacs: ADPCM IMA Electronic Arts EACS adpcm_ima_dk4: ADPCM IMA Duck DK4 adpcm_ima_dk3: ADPCM IMA Duck DK3 adpcm_ima_dat4: ADPCM IMA Eurocom DAT4 adpcm_ima_cunning: ADPCM IMA Cunning Developments adpcm_ima_apm: ADPCM IMA Ubisoft APM adpcm_ima_apc: ADPCM IMA CRYO APC adpcm_ima_amv: ADPCM IMA AMV adpcm_ima_alp: ADPCM IMA High Voltage Software ALP adpcm_ima_acorn: ADPCM IMA Acorn Replay adpcm_ea_xas: ADPCM Electronic Arts XAS adpcm_ea_r3: ADPCM Electronic Arts R3 adpcm_ea_r2: ADPCM Electronic Arts R2 adpcm_ea_r1: ADPCM Electronic Arts R1 adpcm_ea_maxis_xa: ADPCM Electronic Arts Maxis CDROM XA adpcm_ea: ADPCM Electronic Arts adpcm_dtk: ADPCM Nintendo Gamecube DTK adpcm_ct: ADPCM Creative Technology adpcm_argo: ADPCM Argonaut Games adpcm_aica: ADPCM Yamaha AICA adpcm_agm: ADPCM AmuseGraphics Movie adpcm_afc: ADPCM Nintendo Gamecube AFC adpcm_adx: SEGA CRI ADX ADPCM adpcm_4xm: ADPCM 4X Movie acelp.kelvin: Sipro ACELP.KELVIN ac3_fixed: ATSC A/52A (AC-3) ac3: ATSC A/52A (AC-3) aac_latm: AAC LATM (Advanced Audio Coding LATM syntax) aac_fixed: AAC (Advanced Audio Coding) aac: AAC (Advanced Audio Coding) 8svx_fib: 8SVX fibonacci 8svx_exp: 8SVX exponential Features: Spell-Checking support: Yes Rajce support: No Qt Multimedia support: Yes Parallelized demosaicing: Yes Panorama support: Yes Memory available: 14.5 GiB Media player support: Yes Image cache size: 892.0 MiB HTML Gallery support: Yes HEIF writing support: Yes HEIF reading support: Yes Exiv2 supports XMP metadata: Yes Exiv2 supports JPEG-XL metadata: Yes Exiv2 supports Base Media: Yes DBus support: No Database internal server: No Database backend: QMYSQL CPU cores: 8 Calendar support: Yes Baloo support: No AddressBook support: No EXPECTED RESULT Expecting yes and working facedetection more faster :) SOFTWARE/OS VERSIONS Linux/KDE Plasma: Mint 21.3 Xfce KDE Frameworks Version: 6.2.0 Qt Version: 6.7.2 ADDITIONAL INFORMATION Its integrated GPU in CPU - AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
Probably because the openCV compiled in the AppImage do not have the right AMD flag : https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/3rdparty/ext_opencv/CMakeLists.txt?ref_type=heads#L11 At least there is -DWITH_OPENCLAMDFFT=ON. Gilles Caulier
I check the OpenCV 4.10.0 options for OpenCL support and all necessary are turned on for the AMD support. Gilles Caulier
Oh, thanks. Ive installed ii mesa-opencl-icd:amd64 23.2.1-1ubuntu3.1~22.04.2 amd64 free implementation of the OpenCL API -- ICD runtime and now it works.