JakeBullet70 Well-Known Member Licensed User Longtime User Dec 19, 2020 #1 Stupid question #56112 hahaha Trying to view my camera connected to my 3d printer. If I type in 'http://192.168.1.229/webcam/?action=stream' in any browser it works. In my b4j code I have: WebView1.Loadurl("http://192.168.1.229/webcam/?action=stream") I then get the screen below. I know we have the webExtra libs and stuff but I am needing this to be b4x - cross platform. (working in b4a/b4i/b4j) Am I asking to much? Is there another way? Trying to get a
Stupid question #56112 hahaha Trying to view my camera connected to my 3d printer. If I type in 'http://192.168.1.229/webcam/?action=stream' in any browser it works. In my b4j code I have: WebView1.Loadurl("http://192.168.1.229/webcam/?action=stream") I then get the screen below. I know we have the webExtra libs and stuff but I am needing this to be b4x - cross platform. (working in b4a/b4i/b4j) Am I asking to much? Is there another way? Trying to get a
Erel B4X founder Staff member Licensed User Longtime User Dec 20, 2020 #2 JakeBullet70 said: Is there another way? Click to expand... WebView is almost never the correct answer. Better: https://www.b4x.com/android/forum/threads/b4x-class-mjpeg-decoder.73702/#content Upvote 0
JakeBullet70 said: Is there another way? Click to expand... WebView is almost never the correct answer. Better: https://www.b4x.com/android/forum/threads/b4x-class-mjpeg-decoder.73702/#content