Can someone help me to create a simple 'transmitter' of video from phone camera directly on PC video?
Phone connected via USB cable or via wifi with the PC
I am proud to present you my new App... for Windows-PC and Android Version (B4J and B4A)... meet@point Is an example - how to create a Video Conference Application... is using MQTT technology... you can use it from Android or Windows PC... you can communicate with Video (webcam, or android...
In a previous example we shown you how you can use B4J to create a desktop application that connects to a number of devices and shows the camera frames: B4J CCTV example In this example we implement a similar solution, however using the server framework the network related code is much simpler...
This is based on the original example https://www.b4x.com/android/forum/threads/b4j-cctv-example.34695/ GitHub: https://github.com/pyhoon/CCTV-example-B4J https://github.com/pyhoon/CCTV-example-B4A The old B4J example is using xml layout which is no longer supported. The old B4A example is...