loading
Multi camera Adapter module fully compatible for official Raspberry Pi

    Multi camera Adapter module fully compatible for official Raspberry Pi

    RM 399.00

    Please select option below

    X

    Quantity
    - +
    100 left
    Delivery From Kuala Lumpur
    Estimated Arrival : 1-3 working days.
    First unit : RM 10.00 
    Shipping Fee
    RM 10 by courier to Peninsular Malaysia
    RM 15 by courier to Sabah, Labuan
    RM 15 by courier to Sarawak
    Ship To : Within Malaysia
    ADD TO CART
    BUY NOW
    Add to wishlist
    Since 27 Dec 2021
    We accept
    All Malaysia Bank
    Buyer Protection
    with NetPay
    Full Refund if you don't receive your order*
    N/A
    Popular Products
    Product ID : 222071321
    Model / SKU : 199252942
    Conditions : New


    Multi camera Adapter module fully compatible for official Raspberry Pi

    Multi camera Adapter module fully compatible for official Raspberry Pi


    Multi camera Adapter module fully compatible for official Raspberry Pi


    Multi camera Adapter module fully compatible for official Raspberry Pi

     

    Introduction

    Raspberry Pi multi camera adapter module is designed for connecting more than one camera to a single CSI camera port on Raspberry Pi board. One adapter board can connect 4 cameras and user can stack up maxim 4 adapter boards that means up to 16 cameras on a single Raspberry Pi board. Please note that Raspberry Pi multi camera adapter board is nascent product that may have some stability issues and limitations because of the cable’s signal integrity and RPi’s closed source video core libraries, so use it on your own risk.

     

    Application

    • IoT cameras
    • Robot cameras
    • Wildlife cameras
    • 3D scanner

     

    Features

    • Accommodate 4 Raspberry Pi cameras on an multi camera adapter board
    • Stackable and maxim cascade 4 adapter boards
    • 3 GPIOs required for multiplexing on one adapter board, 5 GPIOs for two adapter board, 9 GPIOs for four adapter board
    • All camera ports are FFC (flexible flat cable) connectors
    • DIP switches for easy stack up configuration
    • Support Raspberry Pi A/B/B+ and Pi 2.

     

    Pin Configuration

    DIP switches are used here for easy stack up configuration. When only one multi camera adapter board is used, the switches 1and 5 should be switched to ON position. If two multi camera adapter boards are used, the downside board should be switched 1 and 5 to ON and upside board should be switched 2 and 6 to ON position, and if 3 or 4 multi camera adapter boards are used together each board layer should be configured as the Table 1 shown.

    Table 1 Pin Configuration

     

    Operation

    For proper operation, only one camera should be enabled at a time. In case of only one multi camera adapter board is used, driving Pin12 HIGH and driving Pin11 , Pin7 to LOW to enable camera A on the adapter board. Enable camera B, C and D, please refer the Table 2 for camera selection configuration. To disable all cameras on one adapter board, Enable 1 and Enable 2 signals should be toggled HIGH. Care should be taken that it is not allowed to drive the Enable 1 and Enable 2 LOW at the same time. When connecting more than two multi camera adapter boards, only one of the cameras can be enabled by enabling the desired camera on one adapter board, and disable all the cameras on the rest of adapter boards.

     

    Table 2 Camera Selection Configuration

    Camera Selection Configuration Selection Enable 1 Enable 2
    A 0 0 1
    B 1 0 1
    C 0 1 0
    D 1 1 0
    No Camera X 1 1
    Error X 0 0

    (X: don’t care)

     

    Software Demonstration

    Before using it, required dependency python-rpi.gpio have to be installed with

    1 sudo apt-get install python-rpi.gpio

    command from the Terminal. Then run the following code for the quick demo.

    01 import RPi.GPIO as gp
    02 import os
    03  
    04 gp.setwarnings(False)
    05 gp.setmode(gp.BOARD)
    06  
    07 gp.setup(7, gp.OUT)
    08 gp.setup(11, gp.OUT)
    09 gp.setup(12, gp.OUT)
    10  
    11 gp.setup(15, gp.OUT)
    12 gp.setup(16, gp.OUT)
    13 gp.setup(21, gp.OUT)
    14 gp.setup(22, gp.OUT)
    15  
    16 gp.output(11True)
    17 gp.output(12True)
    18 gp.output(15True)
    19 gp.output(16True)
    20 gp.output(21True)
    21 gp.output(22True)
    22  
    23 def main():
    24     gp.output(7False)
    25     gp.output(11False)
    26     gp.output(12True)
    27     capture(1)
    28  
    29     gp.output(7True)
    30     gp.output(11False)
    31     gp.output(12True)
    32     capture(2)
    33  
    34     gp.output(7False)
    35     gp.output(11True)
    36     gp.output(12False)
    37     capture(3)
    38  
    39     gp.output(7True)
    40     gp.output(11True)
    41     gp.output(12False)
    42     capture(4)
    43  
    44 def capture(cam):
    45     cmd = "raspistill -o capture_%d.jpg" % cam
    46     os.system(cmd)
    47  
    48 if __name__ == "__main__":
    49     main()
    50  
    51     gp.output(7False)
    52     gp.output(11False)
    53     gp.output(12True)

    As normal camera operation, user can still use raspistill or raspivid command to take photos or videos. By control the GPIOs according to the Table 1 and Table 2 configuration, user can take photos or videos by switching between different cameras. Have funs!

     

    PACKAGE INCLUDES

    • 1 x Multi camera Adapter module fully compatible for official Raspberry Pi Board








     

     

     

     

     

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838



    Buy with confidence
    We have 2 Good Ratings from buyers View More Rating >
    Buyer
    Item ID
    Date
    Ratings
    sa****
    222025593
    5/25/2022 7:59:00 AM
    -

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838

    Average Product Rating

    0.0 stars out of 5
    5 star
    0
    4 star
    0
    3 star
    0
    2 star
    0
    1 star
    0
    Share your thoughts with others
    Write a review
    Only buyers who purchased the product may leave a review

    Frequently Bought Together

    Customers Who Bought This Item Also Bought

    Related Products

    axieinfinity Highlights

    Recently Viewed Items

    axieinfinity' Best Seller

    Promotion Items

    axieinfinity' Recently Sold

    axieinfinity' Items



    You may also be interested in Tag:
    kamera



    ACCEPT THE FOLLOWING PAYMENT METHODS
    visa mastercard fpx maybank publicbank cimb hongleong touchngo boost
    Copyright © 2023 Interbase Resources Sdn. Bhd. (465435-U).
    All product names are trademarks of their respective companies.
    Lelong.my is not affiliated with or endorsed by any company listed on this site.