-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android USB camera #28
Comments
You can implement your own |
I am very happy to receive your reply! Thanks! now I have the byte[] data of the USB camera video frame? is it possible to use the UVC byte to media stream track directly? or I have to write my own videoca pture based the lib UVC similar to camera API ? sorry to bother u !------------------ 原始邮件 ------------------
发件人: "haiyangwu"<notifications@github.com>
发送时间: 2020年6月6日(星期六) 晚上10:25
收件人: "haiyangwu/mediasoup-client-android"<mediasoup-client-android@noreply.github.com>;
抄送: "fengkouxiaozhu"<1641952271@qq.com>;"Author"<author@noreply.github.com>;
主题: Re: [haiyangwu/mediasoup-client-android] Android USB camera (#28)
|
Have to implement a `VideoCapturer` class and wrapper data array into
`VideoFrame`.
…On Sat, Jun 6, 2020 at 10:39 PM fengkouxiaozhu ***@***.***> wrote:
I am very happy to receive your reply! Thanks! now I have the byte[] data
of the USB camera video frame? is it possible to use the UVC byte to media
stream track directly? or I have to write my own videoca pture based the
lib UVC similar to camera API ? sorry to bother u
!------------------ 原始邮件 ------------------
***@***.***>
发送时间: 2020年6月6日(星期六) 晚上10:25
收件人: "haiyangwu/mediasoup-client-android"<
***@***.***>;
***@***.***
***@***.***>;
主题: Re: [haiyangwu/mediasoup-client-android] Android USB camera (#28)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOBOGXQVDW6X5XTWXQE7BDRVJILNANCNFSM4NVSBSFQ>
.
--
Haiyang Wu
<wuhaiyang1213@gmail.com>
|
Thank u for your reply! the last question whether the android client app is able to support to receive the text message from the server. two chrome client can exchange the text message in mediasoup-demo or not? if not, how can I expand the function? ------------------ 原始邮件 ------------------
发件人: "haiyangwu"<notifications@github.com>
发送时间: 2020年6月6日(星期六) 晚上11:51
收件人: "haiyangwu/mediasoup-client-android"<mediasoup-client-android@noreply.github.com>;
抄送: "fengkouxiaozhu"<1641952271@qq.com>;"Author"<author@noreply.github.com>;
主题: Re: [haiyangwu/mediasoup-client-android] Android USB camera (#28)
|
I found a bug, sometimes I run the app on android 9 HUawei mate 20 cellphone,
I found i can join the room , but I cant enable my camera
it happen not often , a little chance
the log is as follows:
enableCam() | cannot produce video
could u give me some help?
Best Regardes!
|
Sorry to bother u,again.
Maybe not a bug ,just my cellphone or network did not work well.\
My question is :
the log is as follows
enableCam() | cannot produce video
what that mean? my camera don't open ?
it happen not often , very little chance
I found a bug, sometimes I run the app on android 9 HUawei mate 20 cellphone,
I found i can join the room , but I cant enable my camera
it happen not often , a little chance
the log is as follows:
enableCam() | cannot produce video
could u give me some help?
Best Regardes!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your android version app!
recently, i met a problem. in a robot scenraio , i wish to use an android-based machine with a usb-camera to connect the mediasoup server. However, the app can not recognise the USB_camera. I know I NEED add LIBUVC . BUT i am not clear that how can i GET the push the video to mediasoup after i attain the usb_Camera picture.
Could you give me a hint where the push stream interface is?
Sorry to bother you ! Thank you again!
The text was updated successfully, but these errors were encountered: