Adeeb Shihadeh
|
8c359892be
|
camerad: clear request queue on exit (#34842)
* camerad: doesn't need rt
* clear q
|
2 months ago |
Adeeb Shihadeh
|
b33342c18f
|
loggerd: limit encoded queue size (#34837)
* loggerd: limit encoded queue size
* less spammy
|
2 months ago |
ZwX1616
|
1c678c910e
|
camerad: fix AE oscillation (#34833)
* flooring is fine
* .
* better solution
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Dean Lee
|
5574b91d17
|
python ui: add confirm dialog implementation (#34828)
add confirm dialog implementation
|
2 months ago |
Dean Lee
|
2bfbb181e5
|
python ui: add Keyboard Implementation (#34827)
implement keyboard
|
2 months ago |
Adeeb Shihadeh
|
878ca53d78
|
hw: remove unused function
|
2 months ago |
Dean Lee
|
2d2efb3f58
|
pyui: implement styled label and text box (#34813)
implement styled label
|
2 months ago |
Dean Lee
|
3e629acf79
|
camerad: use ALL_CAMERA_CONFIGS array (#34810)
use ALL_CAMERA_CONFIGS array
|
2 months ago |
Dean Lee
|
a0a9df2d55
|
loggerd: enhance ZstdFileWriter test coverage with variable data sizes (#34812)
enhance ZstdFileWriter test coverage
|
2 months ago |
Adeeb Shihadeh
|
ca7b4340c1
|
camerad: make recovery reset threshold based on queue depth (#34803)
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Dean Lee
|
e9f7c01a3a
|
camerad: move output_type to config (#34792)
move output_type to config
|
2 months ago |
Dean Lee
|
2c2c6e6437
|
deleter: fix duplicate segments in get_preserved_segments return value (#34795)
fix duplicate segments in get_preserved_segments return value
|
2 months ago |
Adeeb Shihadeh
|
8c2cd247f0
|
camerad: stress test (#34735)
* refactor a bunch of stuff
* prob
* enable
* rm print
* cleanup
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Adeeb Shihadeh
|
4bb0dfd59c
|
camerad: cleaner queueing logic (#34786)
|
2 months ago |
Adeeb Shihadeh
|
f4d17cbfdd
|
camerad: sanity check tests (#34785)
lil more
|
2 months ago |
Adeeb Shihadeh
|
701868d5cd
|
firehose auto start + stats (#34747)
* don't need that
* stats
* lil more
* lil more
* cleanup
* tweaks
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Adeeb Shihadeh
|
41346b2cc7
|
agnos 11.10 (#34764)
|
2 months ago |
Adeeb Shihadeh
|
97ffda4ada
|
agnos 11.9 (#34762)
|
2 months ago |
Adeeb Shihadeh
|
a2bc5061e4
|
camerad: fix bps flush (#34758)
|
2 months ago |
Dean Lee
|
c52112ad4e
|
loggerd: eliminate recursion from handle_encoder_msg (#33453)
* refactor handle_encoder_msg
* removing the recursion only
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
|
2 months ago |
Adeeb Shihadeh
|
c32c405f65
|
remove model shims (#34750)
|
2 months ago |
Adeeb Shihadeh
|
54f1b00447
|
Log git source commit (#34749)
* Log git source commit
* strip
* fix trim
* no trim
|
2 months ago |
Adeeb Shihadeh
|
00e447bc30
|
Revert "camerad: make robust to introduced failures (#34723)"
This reverts commit c10abce1d5 .
|
2 months ago |
Dean Lee
|
d9bc9be388
|
camerad: ensure sync objects are assigned only on successful creation (#34731)
ensure sync objects are assigned only on successful creation
|
2 months ago |
Dean Lee
|
1bd0d6577c
|
camerad: remove unnecessary pthread linkage (#34732)
remove unnecessary pthread linkage
|
2 months ago |
Adeeb Shihadeh
|
c10abce1d5
|
camerad: make robust to introduced failures (#34723)
* camerad: make robust to introduced failures
* more test
* start here
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Maxime Desroches
|
25463deeec
|
Disable IR switch before setting torch (#34725)
switch reset
|
2 months ago |
Adeeb Shihadeh
|
937e2f7eb2
|
camerad: spectra stress test (#34716)
* cam stress
* lint fixes
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Dean Lee
|
cd014325c5
|
camerad: remove unused CameraState forward declaration (#34703)
remove unused CameraState forward declaration
|
2 months ago |
Dean Lee
|
0619e9a581
|
v4l_encoder: used encoder_info.fps instead of hardcoded 20 (#34701)
Used encoder_info.fps instead of hardcoded 20
|
2 months ago |
Dean Lee
|
c3c878908d
|
camerad: Inline processing_time calculation during frame data initialization (#34661)
* Inline processing_time calculation during frame data initialization
* remove timestamp_end_of_isp
|
2 months ago |
Adeeb Shihadeh
|
e00b5337d2
|
misc encoder cleanups
|
2 months ago |
Dean Lee
|
839c8fbd6b
|
camerad/MemoryManager: remove lock and reduce redundant lookups (#34656)
remove lock and reduce redundant lookups
|
2 months ago |
Dean Lee
|
2c56f44380
|
camerad: remove unused variables (#34657)
remove unused variables
|
2 months ago |
Dean Lee
|
47c04210e2
|
camerad: refactor frame processing to direct handling (#34655)
refactor frame processing
|
2 months ago |
Dean Lee
|
2215abb762
|
camerad: use single instance of MemoryManager for all cameras (#34654)
use single instance of MemoryManager for all cameras
|
2 months ago |
Adeeb Shihadeh
|
9167e3dcf6
|
Revert "camerad: fix incorrect row offset calculation in calculate_exposure_value (#34634)"
This reverts commit 2941445849 .
|
2 months ago |
Adeeb Shihadeh
|
952def7abf
|
start logging services first (#34646)
* start logging services first
* fix test
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Dean Lee
|
2941445849
|
camerad: fix incorrect row offset calculation in calculate_exposure_value (#34634)
Fix incorrect row offset calculation
|
2 months ago |
Maxime Desroches
|
614be347ba
|
jenkins: add more devices to camerad test (#34643)
* more cam
* para
* fix
|
2 months ago |
Adeeb Shihadeh
|
2e374cd962
|
on-device building fixups (#34642)
* on-device building fixups
* fix
|
2 months ago |
Adeeb Shihadeh
|
bdf0b7b42e
|
camerad: use full VIPC buffers for BPS cams (#34641)
|
2 months ago |
Adeeb Shihadeh
|
52b66a1c0c
|
Stricter cam sync tests (#34609)
* strict
* fix that
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Adeeb Shihadeh
|
617eb33edc
|
camerad/OX03C10: accept FSIN on every frame (#34636)
|
2 months ago |
Dean Lee
|
6d0aafd0f4
|
camerad: fix null dereference in camera_bufs_raw when accessing cur_camera_buf (#34635)
Fix null dereference in camera_bufs_raw
|
2 months ago |
Dean Lee
|
99e552b485
|
camerad: remove camera threads (#34627)
* remove camera threads
* remove unnecessary frame delay handling logic
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 months ago |
Dean Lee
|
4835e9fa88
|
camerad: rename set_exposure_target to calculate_exposure_value (#34631)
rename set_exposure_target to calculate_exposure_value
|
2 months ago |
Dean Lee
|
51d21f0113
|
camerad: fix crash during camera re-alignment (#34630)
fix crash during road camera re-alignment
|
2 months ago |
Dean Lee
|
0f5f3c4cb2
|
camerad: cleanup syncFirstFrame (#34626)
* cleanup syncFirstFrame
* handle disabled camera
|
2 months ago |
Dean Lee
|
4674d0ae53
|
python ui: fix scroll issues (#34600)
fix scroll issues
|
2 months ago |