Well, I have got Camera2 more or less working the way I need it to, and saving as a bmp but I need to save the BMP as a compressed jpeg. After a lot of research there is a program called Camera that has a function PreviewImageToJpeg which seems like it would do what I need but I tried copying it to Camera2 but it uses 'parameters As Object' which appears to be set in CommitParameters which has a target of nativeCam which is set in Camera_Ready which has a target of cam.
This is all well beyond my pay grade.
I just want to save the image generated by Camera2 as a compressed jpeg, or convert the saved bmp file to compressed jpeg
Any help is appreciated.
This is all well beyond my pay grade.
I just want to save the image generated by Camera2 as a compressed jpeg, or convert the saved bmp file to compressed jpeg
Any help is appreciated.