google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.58k stars 5.16k forks source link

Camera not configured for MediaPipe? #4730

Closed OliverKulinski closed 1 year ago

OliverKulinski commented 1 year ago

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

None

OS Platform and Distribution

Windows 11 22H2

Mobile device if the issue happens on mobile device

No response

Browser and version if the issue happens on browser

No response

Programming Language and version

Javascript

MediaPipe version

No response

Bazel version

No response

Solution

Hands, camera_utils???

Android Studio, NDK, SDK versions (if issue is related to building in Android environment)

No response

Xcode & Tulsi version (if issue is related to building for iOS)

No response

Describe the actual behavior

Hi, rookie here,

Sorry if this info is scant, just reaching out for any obvious problem that I'm unaware of.

I am attempting to run Mediapipe in javascript and use jWeb in Max4Live (in Ableton live).
I have a new camera from eConSystems (See3CAM_24CUG - https://www.e-consystems.com/industrial-cameras/ar0234-usb3-global-shutter-camera.asp) but this camera does not register in mediapipe.

Is there any reason that this camera would not work? I'm using partial code from a demo I found on the internet. I can share the code but it is a mess.. I think it is using camera_utils from the mediapipe repo (as the script is loaded).

If you have some code that should definitely recognise the device please share.

Camera registers on webcamtests.com and works in apps and programs, but doesn't get recognised in my mediapipe code.

Thanks

Describe the expected behaviour

Camera should be recognised.

Standalone code/steps you may have used to try to get what you need

--

Other info / Complete Logs

No response

kuaashish commented 1 year ago

@OliverKulinski,

Might I kindly request you to provide the comprehensive instructions as outlined in the documentation? This will aid in enhancing our understanding of the issue at hand. Thank you

google-ml-butler[bot] commented 1 year ago

Are you satisfied with the resolution of your issue? Yes No

OliverKulinski commented 1 year ago

Sorry for the trouble,

I debugged myself and it unexpectedly works now