hebi525 / asmlibrary

Automatically exported from code.google.com/p/asmlibrary
0 stars 0 forks source link

2 bugs for camera #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. According to the current code, for "-c" parameter, there must be a virtual 
parameter, e.g. "-c 1".
2.In video_camera.cpp 79 line
should change 
if(v_capimg->origin == 0)
to 
if(c_capimg->origin == 0)

Original issue reported on code.google.com by Dayong.Wangts on 2 Dec 2010 at 10:54