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 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
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Accessing Camera on RP4 using serrializer MAX96717F AAK
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 8 replies
  • Subscribers 658 subscribers
  • Views 1093 views
  • Users 0 members are here
  • csi
  • mipi
  • Serializer
  • embedded
  • engineering_life
Related

Accessing Camera on RP4 using serrializer MAX96717F AAK

bugtech
bugtech 10 months ago

Hi Folks! 

I want to access the camera on RP4 while using the Serializer MAX96717F AAK and deserializer MAX96714F BAK. 

I am unable to find any step by step guide to follow. Like is it just plug and run or do i have to configure the addresses. 

If anyone here could help in this regard. I am new to serializers. 

After making the connection. If i try to open camera using (libcamera-hello) command, It gives error that no cameras available.

Thank you!

  • Sign in to reply
  • Cancel
  • dougw
    0 dougw 10 months ago

    Something similar ? ...

    https://www.youtube.com/watch?v=sloHcU3nP-I

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bugtech
    0 bugtech 10 months ago in reply to dougw

    Thank you for your response dougw 

    Its somewhat similar but he is using a different version. Although i am also using the same approach but still i get that error (No cameras available). I am not sure what i am doing wrong here. I am following the User Guide provided by Analog Devices. (https://www.analog.com/media/en/technical-documentation/user-guides/maxgs96717fr-user-guide.pdf)

    I set up the addresses using the GMSL SerDes Gui. When i connect to RP4 using micro to usb cable, I get the address on (i2cdetect -y 1) 

    But when i try to access camera using (libcamera-still) it gives error.  

    Thanks again! 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aswinvenu
    0 aswinvenu 10 months ago

    Hi,

    One probable reason you were not able to communicate to the board is that, it is not configured properly. I think you need to systematically debug the issue

    1) Keep a windows PC/Laptop which has  GMSL SerDes Public GUI Software installed. This software is used to configure the serialize and deserialize hardware.
    2) Connect both the EVAL board to the PC/Laptop using USB cable and make sure that both are getting detected in the software
    3) Make the necessary configuration changes using the software on both the boards

    Note: Raspberry Pi is detecting the I2C Addresses because the board is connected to the SCL/SDA pins of raspberry pi. You should be making necessary config changes using this I2C interface. Otherwise it's not going to do anything! If you know the configuration register values, Write it to the board using i2cset command or by writing a python script  using smbus library.

    My strong recommendation will be to use the evaluation software to configure the hardware before you try the later.

    Regards,

    Aswin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bugtech
    0 bugtech 10 months ago in reply to aswinvenu

    Thank you so much for your response. 

    Actually i am following the guide and i configure the board according to the guide. The problem is once i finish setting up the registers, I try to run libcamera and it shows no camera available. Without connecting the SDA SCL. On the other hand when ever i power cycle the boards, all the settings are reset.

    Still unable to understand how to set the registers using GMSL Gui. 

    There's no proper guide from which i can take help. 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aswinvenu
    0 aswinvenu 10 months ago in reply to bugtech

    If you want to configure the board using RPi I2C then you need to make the connection. Else you dont need that connection. UI will do it for you. UI is talking to the micro-controller though the onboard USB. You will have to run the command in the UI to set the register values

    eg: 0x04,0x80,0x03,0x80,0x00 // no of I2C transaction, I2C slave Address, Register address High, Register Address Low, Register value.

    Can you share a picture of your setup?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bugtech
    0 bugtech 10 months ago in reply to aswinvenu

    imageimageimage

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bugtech
    0 bugtech 10 months ago in reply to aswinvenu

    I am not sure what will be the best and easy approach to configure the board. But i am mostly depending on GMSL Gui. 

    The e.g you wrote here. I am unable to understand that where to run this command.  On Gui i can either read/write registers or i can load a script (which i have been unsuccessful because it says read error). 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bugtech
    0 bugtech 10 months ago in reply to bugtech

    aswinvenu Can you help mate? i am getting confused with the CFG configuration for this device. Thank you 

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