tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 0ac3fa2fe6b1f9f833354e3f977f5b35148ac1c8
parent 559d5b98b96cdf0a770eea9f0031b4d1e0bb12a8
Author: rob <rob@tarina.org>
Date:   Thu,  5 Sep 2019 16:58:40 +0300

all kinds of new things I want to implement

Diffstat:
MDEVELOPERS.md | 28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/DEVELOPERS.md b/DEVELOPERS.md @@ -1,9 +1,37 @@ DEVELOPERS ========== +If you want to join me in this journey to make the best open filmmaking camera please do not hesitate to contact me on features. + +Teh best way to develop is using screen in terminal and starting tarina in one window then you'll get debug messages directly in that window. + +THINGS +====== + Notes to myself as I'm the only developer at teh moment. -Rob +Quality / Usability +------------------- + +Found a sweet spot between usability and quality (23), bitrate (5 mb/s) +This produces about 25 mb per minute. The convertion to mp4 format does not feel so slow anymore likewise the compiling of the film. This is good stuff. + +Image sensors +------------- + +There's plenty of image sensors for the Raspberry Pi to choose from, I want to support as many sensors I can. Currently though you need to change your sensor in tarina.py, search for 'ov5' and you'll find where to select. They all have different oscillators so the framerate varies pretty much. But when you get it right the sound will be in sync. Will make a tarina config file in home folder so when you start tarina interface for the first time it will ask you about your sensor. + +Cancel renderer +--------------- + +This is a must feature, and I sort of know how to implement it. + +Viewfinder for 3.5 inch screen +------------------------------ + +There's no such thing to buy so I had to make a viewfinder myself, took a while before I found the right convex lens but I have it now. It works with magnet snap on. Really, really usefull! will write it in the manual as a addon thing... + How to update alsa-tools arecord =================================