remote-android / redroid-doc

redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here
4.22k stars 300 forks source link

请问redroid支持相机功能吗? #47

Closed llzz9595 closed 2 years ago

llzz9595 commented 2 years ago

请问redroid支持相机功能吗?类似webcam或者webrtc方式,支持root/非root切换吗?

zhouziyang commented 2 years ago

准备实现webrtc方式接端侧的camera 如果是想支持emu camera (emulator like),直接把goldfish的实现拿来用即可

Sent from my iPhone

On Oct 18, 2021, at 7:00 PM, llzzfuqiang @.***> wrote:



请问redroid支持相机功能吗?类似webcam或者webrtc方式,支持root/非root切换吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/remote-android/redroid-doc/issues/47, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAP5VMWWN7SYSPDLJTR6ZSDUHP43VANCNFSM5GGK2DTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

llzz9595 commented 2 years ago

那可以关闭root吗?

zhouziyang commented 2 years ago

用的userdebug variant,试一下docker run ... ro.secure=1

Sent from my iPhone

On Oct 18, 2021, at 7:39 PM, llzzfuqiang @.***> wrote:



那可以关闭root吗?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/remote-android/redroid-doc/issues/47#issuecomment-945678657, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAP5VMQCQGG6VL4ONOXFWRLUHQBPTANCNFSM5GGK2DTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

llzz9595 commented 2 years ago

lunch redroid_x86_64-userdebug 这个我可以直接用aosp 默认的代替嘛?

zhouziyang commented 2 years ago

不可以的

caseone commented 2 years ago

准备实现webrtc方式接端侧的camera 如果是想支持emu camera (emulator like),直接把goldfish的实现拿来用即可 Sent from my iPhone On Oct 18, 2021, at 7:00 PM, llzzfuqiang @.***> wrote:  请问redroid支持相机功能吗?类似webcam或者webrtc方式,支持root/非root切换吗? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#47>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAP5VMWWN7SYSPDLJTR6ZSDUHP43VANCNFSM5GGK2DTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

请问如何集成goldfish camera到镜像里呢? 或者怎么添加个HAL模块到镜像里

zhouziyang commented 2 years ago

添加 camera相关的module (hidl service, HAL etc.)到redroid.mk, 然后重新build

codecodeabc commented 9 months ago

准备实现webrtc方式接端侧的camera 如果是想支持emu camera (emulator like),直接把goldfish的实现拿来用即可 Sent from my iPhone On Oct 18, 2021, at 7:00 PM, llzzfuqiang @.***> wrote:  请问redroid支持相机功能吗?类似webcam或者webrtc方式,支持root/非root切换吗? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#47>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAP5VMWWN7SYSPDLJTR6ZSDUHP43VANCNFSM5GGK2DTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

这个功能支持了吗