veyeimaging / raspberrypi

VEYE camera module software on RaspberryPi
35 stars 18 forks source link

Questions & Bug #2

Open edgarscr opened 4 years ago

edgarscr commented 4 years ago

Questions:

  1. Can we use the veye camera with python code?
  2. Veye camera need to setup Coral USB Accelerator or its detected automatic?
  3. How to filter car lights in night for less blur

Bug

  1. When i run this code sudo install -m 644 ./libdmipicam.so /usr/lib/ i receive this cannot stat './libdmipicam.so': No such file or directory

image

mmxuxp commented 4 years ago

I'm sorry for the late reply. libdmipicam.so is in ~/raspberrypi/D_mipi_rpi/libdmipicam so you have to

 cd ~/raspberrypi/D_mipi_rpi/libdmipicam
sudo install -m 644 ./libdmipicam.so /usr/lib/

1, of course you can use python. 2, I don't quite understand what you mean. you can discuss this with me on: ask.veye.cc or email me. 3,I think this camera do not support cat lights filter.