Go to advanced search

by ajjsss
Fri Mar 02, 2018 2:22 pm
Forum: Camera board
Topic: Raspiraw Usage and error when executing "camera_i2c"
Replies: 14
Views: 2434

Re: Raspiraw Usage and error when executing "camera_i2c"

Where would I find a list of the command line options for both raspiraw and raspi_tc358743?
by ajjsss
Fri Feb 16, 2018 3:27 pm
Forum: Camera board
Topic: Raspiraw Usage and error when executing "camera_i2c"
Replies: 14
Views: 2434

Re: Raspiraw Usage and error when executing "camera_i2c"

Using Raspivid and this command line statement (raspivid -w 640 -h 480 -fps 90 -t 0000 -p 0,0,640,480) I can display a 640x480 image on my monitor and also control the size and position of the image on my monitor. What would a comparable Raspiraw command line statement look like?
by ajjsss
Fri Feb 16, 2018 1:51 pm
Forum: Camera board
Topic: Raspiraw Usage and error when executing "camera_i2c"
Replies: 14
Views: 2434

Re: Raspiraw Usage and error when executing "camera_i2c"

Can Raspiraw display video on the screen without storing the video like you can with Raspivid? If so, what is an example command line statement to do this?
by ajjsss
Thu Feb 15, 2018 8:22 pm
Forum: Camera board
Topic: Raspiraw Usage and error when executing "camera_i2c"
Replies: 14
Views: 2434

Re: Raspiraw Usage and error when executing "camera_i2c"

That was the issue. Thanks you for the quick response.
by ajjsss
Wed Feb 14, 2018 9:39 pm
Forum: Camera board
Topic: Raspiraw Usage and error when executing "camera_i2c"
Replies: 14
Views: 2434

Re: Raspiraw Usage and error when executing "camera_i2c"

I followed your Prepare instructions and after running camera_i2c i get this response. setting GPIO for board revsion: a22082 Raspberry Pi3 /home/pi/raspiraw/camera_i2c: 112: /home/pi/raspiraw/camera_i2c: ./rpi3-gpiovirt buf: not found 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -...
by ajjsss
Wed Feb 14, 2018 7:50 pm
Forum: Camera board
Topic: Raspiraw Usage and error when executing "camera_i2c"
Replies: 14
Views: 2434

Re: Raspiraw Usage and error when executing "camera_i2c"

Shouldn't I be following 6by9's instructions listed below? raspiraw usage do once You have to clone the repo. Then "cd raspiraw; ./buildme". Finally add this line to your ~/.bashrc. $ tail -1 ~/.bashrc PATH=~/raspiraw:~/raspiraw/tools:$PATH $ do once after reboot or use of raspistill/raspivid Execut...
by ajjsss
Tue Feb 13, 2018 8:26 pm
Forum: Camera board
Topic: Raspiraw Usage and error when executing "camera_i2c"
Replies: 14
Views: 2434

Raspiraw Usage and error when executing "camera_i2c"

I get the following error when attempting to configure Raspiraw and execute camera_i2c on my Raspberry Pi 3.
Not sure how to fix this.

buf: not found
Error: Could not open file `/dev/i2c-0' or `/dev/i2c/0': No such file or directory

Go to advanced search