Luc Busquin

Results 109 comments of Luc Busquin

Added: - **device_desc**: User-specified capture device description (e.g., 'IMX291 - Hi3516V300').

I'm not seeing a significant timing offset of my machine. It seems pretty spot on.

Fixed in prerelease by reseting camera time at camera mode switching.

This PR just caches the non-bin versions. Should I cache the bins too? Not sure how often the conversions occur, but it wouldn’t be too much work.

Thank you Dave. I flagged the PR as draft for the moment. It probably work fine as is but it could still be improved. I’ll cache the binned versions too....

I'm testing this version tonight. It caches all binned and non-binned mask, dark, and flat files. The cache should update incrementally if there are any changes to the files. This...

I verified the cache does update when a mask file is updated. Now, if someone could test the flat and dark functions which I have no experience with.

It's outdated. The current recommended device url is: ``` rtsp://192.168.42.10:554/user=admin&password=&channel=1&stream=0.sdp ``` It looks like the whole doc could be updated.

@g7gpr, is there a change in the required folder structure? I'm also getting: ``` Starting RMS... Using config from /home/bolide/source/Stations/US9992/.config /home/bolide/source/Stations/US9992/.config Disabled upload because the default station code is used!...

In StartCapture, it's loading the config from the working dir, which is set to ~/source/RMS by the new multicam StartCapture script: ```python # Load the config file config = cr.loadConfigFromDirectory(cml_args.config,...