aclich / PYNQ-Z2_Mask_Detection_Sreaming_system

An AIoT project based on PYNQ-Z2 FPGA Evaluation board. Reading image from usb camera and running yolov3-tiny detection with DPU and using MJPEG HTTP Streaming. Also provide an Android app for handy accessing the streaming content.
10 stars 2 forks source link

Android app #2

Open NHSE opened 2 years ago

NHSE commented 2 years ago

An Android app cannot connect to the streaming server.

aclich commented 2 years ago

Hi Please make sure your phone and FPGA in the same local network or the FPGA's network is accessable by the android.

NHSE commented 2 years ago

I still haven't solved this problem. How do I connect the FPGA server to Android? Do you have a tutorial?