nick-petrovsky / PYNQ-ZYBO

PYNQ for Zybo board
3 stars 2 forks source link

Error running makefile #3

Open RonsonRajan98 opened 1 week ago

RonsonRajan98 commented 1 week ago

I am having trouble running the makefile in this step.

Somewhy PYNQ referes base.bit file from BOARDDIR but do not build it automatically, so

$ cd ${HOME}/git-projects/PYNQ-ZYBO/Zybo $ make

Also could you please upload a image that had hdmi+usbwebcam overlay for video streaming. Thanks

nick-petrovsky commented 1 week ago

I am having trouble running the makefile in this step.

Somewhy PYNQ referes base.bit file from BOARDDIR but do not build it automatically, so

$ cd ${HOME}/git-projects/PYNQ-ZYBO/Zybo $ make

I guessed it is already mentioned in README.md, if something isn't clear -- please make pull request.

Also could you please upload a image that had hdmi+usbwebcam overlay for video streaming. Thanks

I have no plans to develop additional overlays at the moment, there are lots of implementations with similar functionality. Good starting point is this . After adaptation of IP-core, GStreamer-based scripts can be used for capturing video from USB camera.