Ruddle / RemoteCam

Your android camera streamed on your desktop: use as a source for OBS, or as a webcam with v4l2. Free✅, No Ads✅, Open Source✅
MIT License
477 stars 55 forks source link

Fix potentially invalid cameraId in viewState #12

Closed RigoLigoRLC closed 11 months ago

RigoLigoRLC commented 11 months ago

On my Galaxy S23 Ultra with OneUI 5.1 there's no cameraId == "0" and app keeps crashing. This change fixes the issue.

图片

RigoLigoRLC commented 11 months ago

The root cause of crashes are that the author did not implement the support for logical cameras. I added logical camera support elsewhere and this will be a separate PR. Screenshot_20231011_174836_RemoteCam