saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

stream.c bulk mode #533

Open jskimn opened 4 years ago

jskimn commented 4 years ago

When UVC is bulk mode, I got fail from "libusb_submit_transfer" in uvc_stream_start_bandwidth. Is there anybody using bulk mode?

Eason-Tang commented 4 years ago

i am developing a project used bulk mode transfer ; and i found it could not work too; someone said it should update libuvc to the lastest version;

jskimn commented 4 years ago

yes, after updating libuvc, I could play bulk mode with no problem.

2020년 4월 21일 (화) 오후 10:03, Eason Tang notifications@github.com님이 작성:

i am developing a project used bulk mode transfer ; and i found it could not work too; someone said it should update libuvc to the lastest version;

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/saki4510t/UVCCamera/issues/533#issuecomment-617165394, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOAA6V5VRWAFD3KSZC36FJTRNWKSPANCNFSM4JY2JFUQ .

dazzhe commented 4 years ago

@jskimn How did you update libuvc? I replaced libuvc directory with a master branch of libuvc but I got many errors. This project modifies many parts of libuvc so that I guess simple replacement won't work.

kros235 commented 4 years ago

@jskimn May I ask how did you update libuvc? I encountered exactly the same issue (got fail from "libusb_submit_transfer" in uvc_stream_start_bandwidth.) and stuck, facing this issue more than 2 months now.... just replacing libuvc doesn't work and causing massive errors

Please share some tips if possible...:S