Search found 31 matches
- 2024-03-20 13:44
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Capturing single image
- Replies: 12
- Views: 9527
Re: Capturing single image
Perfect, thanks! I will look into that.
- 2024-03-20 0:24
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Capturing single image
- Replies: 12
- Views: 9527
Re: Capturing single image
I have had some success in getting a single image using this command at the command prompt:
v4l2-ctl --device /dev/video11 --set-fmt-video=width=1280,height=720,pixelformat=NV21 --stream-mmap --stream-to=frame2.yuv --stream-count=1
I can import it into the YUView utility and see the image, but ...
v4l2-ctl --device /dev/video11 --set-fmt-video=width=1280,height=720,pixelformat=NV21 --stream-mmap --stream-to=frame2.yuv --stream-count=1
I can import it into the YUView utility and see the image, but ...
- 2024-03-11 2:16
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Capturing single image
- Replies: 12
- Views: 9527
Re: Capturing single image
Thanks!
What I did was go back up to the sdk root and do a "make clean" which deleted everything. Then I did the ./make -lunch & ./make to rebuild everything.
Then I went back through the menuconfig process and everything compiled. I will test the new image tomorrow.
I also have no idea why it ...
What I did was go back up to the sdk root and do a "make clean" which deleted everything. Then I did the ./make -lunch & ./make to rebuild everything.
Then I went back through the menuconfig process and everything compiled. I will test the new image tomorrow.
I also have no idea why it ...
- 2024-03-10 23:00
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Capturing single image
- Replies: 12
- Views: 9527
Re: Capturing single image
And from the log file for the compile:
Checking for function "ngettext" : NO
Running compile:
Working directory: /root/sdk/luckfox-pico/sysdrv/source/buildroot/buildroot-2023.02.6/output/build/libglib2-2.72.3/build/meson->
Command line: /root/sdk/luckfox-pico/sysdrv/source/buildroot/buildroot-2023 ...
Checking for function "ngettext" : NO
Running compile:
Working directory: /root/sdk/luckfox-pico/sysdrv/source/buildroot/buildroot-2023.02.6/output/build/libglib2-2.72.3/build/meson->
Command line: /root/sdk/luckfox-pico/sysdrv/source/buildroot/buildroot-2023 ...
- 2024-03-10 22:57
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Capturing single image
- Replies: 12
- Views: 9527
Re: Capturing single image
Trying this out, it seems to get stuck on this "library intl found: NO" error:
Run-time dependency libffi found: YES 3.4.4
Run-time dependency zlib found: YES 1.2.13
Checking for function "ngettext" : NO
Library intl found: NO
output/build/libglib2-2.72.3/meson.build:2102:4: ERROR: Automatic ...
Run-time dependency libffi found: YES 3.4.4
Run-time dependency zlib found: YES 1.2.13
Checking for function "ngettext" : NO
Library intl found: NO
output/build/libglib2-2.72.3/meson.build:2102:4: ERROR: Automatic ...
- 2024-03-09 17:25
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Capturing single image
- Replies: 12
- Views: 9527
Re: Capturing single image
Thanks! I will try this. I think I was probably missing the "clean" step. I will post the results.
- 2024-03-09 3:43
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Capturing single image
- Replies: 12
- Views: 9527
Re: Capturing single image
Coming back to this after a while. I did manage to get the "v4l2_test" utility to work and I could convert the YUV file using a tool on my desktop computer.
However, I have been trying to follow the instructions here for installing the v4l2 tools https://wiki.luckfox.com/Luckfox-Pico/CSI-Camera ...
However, I have been trying to follow the instructions here for installing the v4l2 tools https://wiki.luckfox.com/Luckfox-Pico/CSI-Camera ...
- 2024-02-28 20:46
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Setting the correct timezone on LuckFox Pico Max Pro
- Replies: 4
- Views: 3377
Re: Setting the correct timezone on LuckFox Pico Max Pro
Great, thanks! I'll try that!
- 2024-02-27 18:30
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Setting the correct timezone on LuckFox Pico Max Pro
- Replies: 4
- Views: 3377
Re: Setting the correct timezone on LuckFox Pico Max Pro
I have tried that. When I set it to that in profile I get:
- Wed Feb 28 07:28:21 UTC 2024
- Tues Feb 28 13:28
- 2024-02-27 18:20
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Capturing single image
- Replies: 12
- Views: 9527
Re: Capturing single image
Perfect, thank you very much! I will give these a try.
