Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Blind spot camera YES/NO:

    • Background: driver has had historically poor visibility on the sides of the car; we propose blind spot cameras to combat this.

    • Choice: TODO

Pros

Cons

  • increased driver visibility

  • can be turned off when not needed (only really needed in turning or lane change which is indicated by blinkers)

  • may be more feasible than guaranteeing more FOV with canopy

  • increased power consumption (depends on cam connection type)

  • more computation for r pi (may slow it down a lot)

  • needs more wiring over greater lengths

  • Camera communication:

    • Choice: TODO

    • Options PoE, USB, CAN

Power over Ethernet (PoE)

  • interface is commonly used for home security cameras so we know it’s good for video transmission

  • most cameras are IEEE 802.3af or 802.3at but we only need the base spec of 802.3af

  • need to transmit 48V as standard power

  • if we do use

    image-20241005-004111.png

USB

  • interface is commonly used for webcams so we know it’s good for video transmission

https://www.newegg.com/logitech-c920/p/N82E16826104635

CAN

  • we already use can for most other communication

  • is noise resistant due to the way it transmits a differential

  • typically operates at data rates up to 1 Mbps which is insufficient for video transmission

    • 480p video 20 fps requires ~1.5 Mbps taking into consideration compression from video codecs

  • packet sizes are took small to be practical

    • standard 8B packet is too small since a single frame of video will be ~60kB

  • No labels