4 Commits

Author SHA1 Message Date
jory 269ff4ee2f Added working tcp stream. Only issue is that it stops after a couple of minutes 2026-05-20 12:30:55 +02:00
jory 6bdfeb68db First decent version of the module 2026-05-20 10:37:08 +02:00
jory 5176c9fc41 made some good changes 2026-05-16 09:53:25 +02:00
jory 6bd51ff38b Fix v4l2loopback exclusive_caps, YU12->NV21 conversion, cameraserver crash
- Add exclusive_caps=0 to v4l2loopback insmod params to allow multiple
  simultaneous readers (HAL + verification capture)
- Fix YU12->NV21 pixel format conversion in V4L2 reader thread
- Fix YUYV->NV21 conversion as well
- Fix cameraserver crash by setting inputBuffer.streamId = -1
- Enable Hal Buffer Manager for requestStreamBuffers support
- Add JPEG_MAX_SIZE and JPEG_AVAILABLE_THUMBNAIL_SIZES metadata
- Add availableRequestKeys and availableResultKeys metadata
- Fix consumerUsage=0 for output streams (Camera3Device requirement)
- Fix metadata buffer overflow (2048->4096 bytes)
2026-05-14 21:19:41 +02:00