element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
FPGA
  • Technologies
  • More
FPGA
Forum PYNQ Now Available for the Kria KV260 Vision AI Starter Kit
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join FPGA to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 23 replies
  • Subscribers 543 subscribers
  • Views 8426 views
  • Users 0 members are here
  • kria
  • xilinx
  • kv260
  • pynq
Related

PYNQ Now Available for the Kria KV260 Vision AI Starter Kit

javagoza
javagoza over 3 years ago

Great news! PYNQ is now supported on the Xilinx Kria SOM

PYNQ Now Available for the Kria KV260 Vision AI Starter Kit

https://github.com/Xilinx/Kria-PYNQ

  • Sign in to reply
  • Cancel

Top Replies

  • javagoza
    javagoza over 3 years ago +3
    Really excited. Everything working.
  • kevinkeryk
    kevinkeryk over 3 years ago +3
    I was able to get PYNQ up and running on KV260 following the tips from ralphjy , thanks everyone! -Kevin
  • javagoza
    javagoza over 3 years ago in reply to albertabeef +3
    I have tried with an rpi camera v2 and it does not recognize it. I also don't see support in the repository. https://github.com/Xilinx/PYNQ/tree/master/pynq/lib/_pynq/_pcam5c
Parents
  • kevinkeryk
    kevinkeryk over 3 years ago

    I was able to get PYNQ up and running on KV260 following the tips from ralphjy, thanks everyone!

    -Kevin

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • albertabeef
    albertabeef over 3 years ago in reply to kevinkeryk

    Kevin,
    Can you comment on if the rpi camera v2 will work with this design ?
    Or does it only support the Digilent PCAM 5C ?
    Regards,
    Mario.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza over 3 years ago in reply to albertabeef

    I have tried with an rpi camera v2 and it does not recognize it. I also don't see support in the repository.


    https://github.com/Xilinx/PYNQ/tree/master/pynq/lib/_pynq/_pcam5c

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • ralphjy
    ralphjy over 3 years ago in reply to javagoza

    Thanks, I just had a chance to try it myself (with a V2.1) and it does not init - I guess the only compatibility between these two cameras is the cable pinout.  I looked on the KV260 in /usr/local/share/pynq-venv/lib/python3.8/site-packages/pynq/lib/video and libpcam5c is the only camera library. 

    Since you don't see other cameras in the source tree, I would assume that the AR1335 is also not supported at this point.

    Unfortunately, I don't have any PCAM 5Cs - I'll just have to use the webcam with PYNQ.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • ralphjy
    ralphjy over 3 years ago in reply to javagoza

    Thanks, I just had a chance to try it myself (with a V2.1) and it does not init - I guess the only compatibility between these two cameras is the cable pinout.  I looked on the KV260 in /usr/local/share/pynq-venv/lib/python3.8/site-packages/pynq/lib/video and libpcam5c is the only camera library. 

    Since you don't see other cameras in the source tree, I would assume that the AR1335 is also not supported at this point.

    Unfortunately, I don't have any PCAM 5Cs - I'll just have to use the webcam with PYNQ.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Children
  • albertabeef
    albertabeef over 3 years ago in reply to ralphjy

    Thanks guys for the feedback, good to know :)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • kru644
    kru644 over 3 years ago in reply to albertabeef

    All examples are for Display Port. How to switch to HDMI output?

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza over 3 years ago in reply to kru644

    The KV260 Vision AI Starter Kit has a built-in video splitter and the video frames are displayed via the DP splitter onto the Display Port and/or the HDMI.

    image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • kru644
    kru644 over 3 years ago in reply to javagoza

    Thanks. OpenCV Face Detection Webcam succefully works - I see myself on display. But another question - how to return to the previous state, to see Ubuntu desktop instead of my own freezing image?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube