elliotwoods / VVVV.Packs.Image

VVVV addonpack for plugins dealing with CVImageLink
36 stars 31 forks source link

DetectObject hardware limitations? #69

Open mrnoir opened 9 years ago

mrnoir commented 9 years ago

Hi Elliot there are some hardware reccomandations/limitations for this node? It doesn't work (the patch crash when i open it...also the help patch when i save it and re open vvvv crash ) on my zotac

http://www.zotac.com/products/mini-pcs/zbox/product/zbox/detail/zbox-iq01-3/sort/starttime/order/DESC/amount/10/section/specifications.html

ZBOX IQ01 Chipset Manufacturer Intel Chipset H87 Express GPU Intel HD Graphics 4600 CPU Compatibility Name Intel Core i7-4770T (quad-core, 2.5 GHz) (Up to 3.7 GHz, Turbo) Socket LGA1150 Frontside Bus NA Memory Type DDR3 Memory Speed 1600 MHz Slots 2 x 204-pin SODIMM Capacity up to 16GB 3D API DirectX DirectX 11 OpenGL OpenGL 4.2

win 8.1 latest beta 33.3 (camera logitech c910) ...cuda.dll and other stuff are installed

the same patch tested on an old laptop win7 with intel hd and old gt nvida gpu it works... tested also on 3 pcs with win 8.1 works out of the box... dont know why on zotac doesn't work

Any hints?

Thanks in advance

smakhtin commented 9 years ago

It's can be CUDA problems, because as i understand i tried to optimize it to CUDA device, so used CUDA enabled build of OpenCV. I think in future we will temporary remove CUDA support or split pack into two different versions, because it's causing too much trouble with heterogeneous hardware.

mrnoir commented 9 years ago

thanks for prompt reply alg