Rear-View Camera

From MIB-Helper.com Wiki
Revision as of 16:32, 11 January 2025 by Mr-fix (talk | contribs) (Created page with " == Types of camera systems == === RVC-LOW === Simple config. Just connect FBAS/CVBS signal and shield to QuadLock, enable RVC-LOW in 0x5F coding, reboot and done. Camera image will be triggered with reverse gear signal. There's no CAN-BUS communication between camera and the vehicle, so there's no advanced features like dynamic guiding lines, view switching. Also, there's no calibration of the RVC-LOW camera. === RVC-HIGH === //TODO === AreaView 360...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Types of camera systems

RVC-LOW

Simple config. Just connect FBAS/CVBS signal and shield to QuadLock, enable RVC-LOW in 0x5F coding, reboot and done.

Camera image will be triggered with reverse gear signal. There's no CAN-BUS communication between camera and the vehicle, so there's no advanced features like dynamic guiding lines, view switching. Also, there's no calibration of the RVC-LOW camera.

RVC-HIGH

//TODO

AreaView 360

//TODO

Camera settings

VPS Views

  • VPSDEFAULTVIEW_REARVIEW;
  • VPSDEFAULTVIEW_FRONTVIEW;
  • VPSDEFAULTVIEW_SIDEVIEW;
  • VPSDEFAULTVIEW_BIRDVIEW;
  • VPSDEFAULTVIEW_AUTO;
  • VPSDEFAULTVIEW_EXTCAM;
  • VPSDEFAULTVIEW_LASTVIEW;
  • VPSDEFAULTVIEW_UNKNOWN;

VPS Supported Modes (source 1)

  • parkbox ()
  • parallelToRoad ()
  • crossing ()
  • trailerAssist ()
  • offroad
  • offroadKOG
  • trailerAssistARA
  • mainMode
  • birdview3D

VPS Supported Modes (source 2)

  • VPSMODE_NOMODE;
  • VPSMODE_PARKBOX; 0x6C → Long Coding → Byte: 07 → Bit: 0
  • VPSMODE_PARALLELTOROAD; 0x6C → Long Coding → Byte: 07 → Bit: 1
  • VPSMODE_OFFROAD;
  • VPSMODE_RIGHTSIDEVIEW;
  • VPSMODE_LEFTSIDEVIEW;
  • VPSMODE_LEFTRIGHTSIDEVIEW;
  • VPSMODE_CROSSING; 0x6C → Long Coding → Byte: 07 → Bit: 4
  • VPSMODE_TRAILERASSIST; 0x6C → Long Coding → Byte: 07 → Bit: 2
  • VPSMODE_BIRDVIEW;
  • VPSMODE_ONLYSIDEVIEW;
  • VPSMODE_3DBIRDVIEW;
  • VPSMODE_TRAILERASSIST_ARA;
  • VPSMODE_OFFROAD_KOG;
  • VPSMODE_LASTMODE;

VPS Screens

  • VPSSCREEN_NOSCREEN;
  • VPSSCREEN_FULLSCREEN;
  • VPSSCREEN_SPLITSCREEN;
  • VPSSCREEN_LEGALSCREEN;
  • VPSSCREEN_LASTSCREEN;