Hi all.
I have an A4Tech pk-336e webcam attached with my BeagleBone and i am using OpenCV to capture images from BeagleBone Black. Issue is when i capture image at 320x240 resolution i get a perfect image but at 640x480 i get select timeout. Although it is written on camera that it supports 640x480 when i type the following command
v4l2-ctl --all
My code to capture image is as follows:
#include
#include
#include
#include
#include
using namespace std;
using namespace cv;
int main( )
{
cout <<"Start main"<> meter_image;
imwrite("/card/imgs.jpg", meter_image);
return 0;
}
I know its really common issue but i am not sure where i can find the solution as i am able to make it working with Logitech one. Kindly let me know of any thing which helps in solving this... Regards
↧