AndroidUSBCamera icon indicating copy to clipboard operation
AndroidUSBCamera copied to clipboard

make camera recording in a service without preview

Open imad-123 opened this issue 6 years ago • 7 comments

hi @jiangdongguo i had merge https://github.com/saki4510t/UVCCamera/tree/master/usbCameraTest4 with your project to record videos and take photos using service and it worked. but i have a problem on contrast and brightness can you help me please

imad-123 avatar Jan 15 '20 13:01 imad-123

mCameraHelper.setModelValue(UVCCameraHelper.MODE_BRIGHTNESS,progress); mCameraHelper.setModelValue(UVCCameraHelper.MODE_CONTRAST,progress); mCameraHelper.getModelValue(UVCCameraHelper.MODE_BRIGHTNESS); mCameraHelper.getModelValue(UVCCameraHelper.MODE_CONTRAST);

hi, can not worked?

jiangdongguo avatar Jan 16 '20 03:01 jiangdongguo

thanks for your answer @jiangdongguo i don't use mCameraHelper anymore i use camerClient from test4

imad-123 avatar Jan 16 '20 10:01 imad-123

It's Okay,and hope it can give you some informations about your problem.

jiangdongguo avatar Jan 17 '20 09:01 jiangdongguo

thanks @jiangdongguo

imad-123 avatar Jan 18 '20 10:01 imad-123

hi @jiangdongguo i want to add brightness and contrast to test4 can you help me to do that please

imad-123 avatar Feb 03 '20 15:02 imad-123

hi @imad-123 can you help me to make camera recording without preview?

MichaelKuzmenko avatar Jun 01 '20 16:06 MichaelKuzmenko

It's Okay,and hope it can give you some informations about your problem.

Hi. Is it possible to record or just add a listener without preview? The library is solid but thats the biggest issue underlying. Kindly assist

MattWanjia avatar Jul 23 '24 12:07 MattWanjia