element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
PicoZed Hardware Design Python-1300 on SVDK (PicoZed Carrier Card)
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 5 replies
  • Subscribers 338 subscribers
  • Views 649 views
  • Users 0 members are here
Related

Python-1300 on SVDK (PicoZed Carrier Card)

Former Member
Former Member over 10 years ago

I was able to successfully capture video data utilizing the shipped video board (Aptina AR0134 1.2MP Camera Module) using Sphinx GEV Viewer.

To take it a step further I'd like to replace the Aptina AR0134 with a pin compatible module, the ON Semi PYTHON-1300.  After checking pinout compatibility I plugged in the camera module.  The documentation for the module states it's both MicroZed Embedded Vision Carrier Card and Smart Vison compatible (although indications are it's primarily a MicroZed EVCC module)

However, when I attempt to capture video from it using the same configuration as the Aptina AR0134 no video is captured.  Within the Sphinx tool when toggling on "Grab" an error message states "[ERROR] - GEVGetImage() [STATUS_TIMEOUT]"

Strangely the Width and Height default = 1.  I've manually changed them without resolution.

The console window displays the following:
[INFO] - Open stream channel.
[INFO] - Stream channel IP: 169.254.126.27
[INFO] - Stream channel port: 50164
[INFO] - Log mode: Detailed Log Info off
[INFO] - Log mode: Detailed Log Warning off
[INFO] - Log mode: Detailed Log Error off
[INFO] - Display corrupt frames: Yes
[INFO] - Allocate ring buffer for images.
[INFO] - Allocate index buffer for images.
[INFO] - Width: 1
[INFO] - Height: 1
[INFO] - PixelFormat: 0x01080001
[INFO] - PayloadSize: 64
[INFO] - PacketSize: 1364
[INFO] - PacketDelay: 500
[INFO] - Message Channel Device 2 -> stream channel start of transfer
[INFO] - Start acquisition time: 06:20:21
[INFO] - Message Channel Device 2 -> stream channel end of transfer
[INFO] - Free index buffer for images.
[INFO] - Free ring buffer for images.
[INFO] - Frames: 0, Errors: 0 Lost: 0.00 %
[INFO] - Packets: 0, Errors: 0 Lost: 0.00 %
[INFO] - 0.0 fps
[INFO] - Stop acquisition time: 06:20:22
[ERROR] - GEVGetImage() [STATUS_TIMEOUT]

As a comparison, this is what a successful transfer looks like in the console using the AR1034 (and, yes, there seems to be packet/drop issues in the "working" format:

INFO] - Open stream channel.
[INFO] - Stream channel IP: 169.254.126.27
[INFO] - Stream channel port: 58348
[INFO] - Log mode: Detailed Log Info off
[INFO] - Log mode: Detailed Log Warning off
[INFO] - Log mode: Detailed Log Error off
[INFO] - Display corrupt frames: Yes
[INFO] - Allocate ring buffer for images.
[INFO] - Allocate index buffer for images.
[INFO] - Width: 1280
[INFO] - Height: 960
[INFO] - PixelFormat: 0x01080001
[INFO] - PayloadSize: 1228800
[INFO] - PacketSize: 1364
[INFO] - PacketDelay: 500
[INFO] - Message Channel Device 2 -> stream channel start of transfer
[INFO] - Start acquisition time: 06:15:40
[ERROR] - ReadRegister[0x00000A00] Status: C008
[WARNING] - CCP lost.
[INFO] - CCP reconnection.
[INFO] - Free index buffer for images.
[INFO] - Free ring buffer for images.
[INFO] - Frames: 613, Errors: 0 Lost: 0.00 %
[INFO] - Packets: 552313, Errors: 305992 Lost: 55.40 %
[INFO] - 50.0 fps
[INFO] - Stop acquisition time: 06:15:52

  • Sign in to reply
  • Cancel
Parents
  • albertabeef
    0 albertabeef over 10 years ago

    Franz,

    The PYTHON-1300-C camera module does not have the same interface (serial LVDS + SPI) as the Aptina AR0134 camera module (parallel + I2C).  You need to modify the GigEVision design to accomplish this.

    You will need to replace the hardware design and the software application.

    Although there is no reference design available for what you are asking, there is a user that was successful in getting the PYTHON-1300-C camera module working on the SVDK (ie. they created a new design).

       http://zedboard.org/content/porting-python-1300-ref-design-svdk-artifact-image

     

    Regards,

     

    Mario.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to albertabeef

    Mario,

    Wonderful reference.  Thank you!

    Franz.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 10 years ago in reply to albertabeef

    Mario,

    Wonderful reference.  Thank you!

    Franz.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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