natmlx / nanodet-unity

Anchor-free ultra-fast object detection in Unity Engine.
https://demos.natml.ai/@natsuite/nanodet
Apache License 2.0
11 stars 3 forks source link

error CS1061: 'VideoKitCameraManager' does not contain a definition for 'OnFrame' and no accessible extension method 'OnFrame' accepting a first argument of type 'VideoKitCameraManager' could be found (are you missing a using directive or an assembly reference?) #1

Closed fatimafatimaprogrammer closed 1 year ago

fatimafatimaprogrammer commented 1 year ago

Assets\NanoDetSample.cs(33,27): error CS1061: 'VideoKitCameraManager' does not contain a definition for 'OnFrame' and no accessible extension method 'OnFrame' accepting a first argument of type 'VideoKitCameraManager' could be found (are you missing a using directive or an assembly reference?)

I'm trying to run this locally but its giving this error I'm using unity version 2021.3.21f1

maryam-fatima commented 1 year ago

release 0.0.6 of natml videokit refactored VideoKitCameraManager.OnFrame event to OnCameraFrame. Videokit releases

olokobayusuf commented 1 year ago

Fixed in NanoDet 1.0.1.