You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SimpleSkyCam/ChangeLog

42 lines
1.0 KiB

2022-11-03:
- fixed: grabbing frame from SVBONY cam is not blocking other threads.
- fixed: converting input pixelformat correctly. Finshed implementing
pixelformat V4L2_PIX_FMT_RGB24 and V4L2_PIX_FMT_BGR24
2022-10-30:
- fixing many bugs check change log.
controls are back working, automatic format detection.
adding alot FIXMEs to the code.
2021-11-17:
- adding basic support for SBVcams like SV-305
2021-11-15:
- JSON read changed, space was interpreted as '\n'
- adding support for multiple drivers
2021-10-25:
- adding support for different resolution and pixelformat
- adding position/movement vector in the top left corner
- saving/loading the default config is working now
- saving and recalling presetbuttons are working
- some code cleanup
2021-10-10:
- basic object detection and image filter added
- save image works
2021-09-21:
- scaling the video to screensize works.
- controls can be set via gui
2021-09-08:
- grab video from old type of cameras is working
2021-09-15:
- grab video from cammeras only supporting mjpeg stream