Camera: Fix to increase preview FPS while recording with 720p resolution.

Video Thread was holding a lock on g_busy_frame_queue.mut till the current frame was encoded.
Camframe thread was waiting on this lock to add the next buffer to busy queue thus reduding
FPS. Moved the unlock to just after cam_frame_get_video, so that the camframe thread can
unblock immediately after a frame is given to the encoder.
1 file changed